| commit | 98cbcb4c9f9e74e41df84469f7a91611d3c3e407 | [log] |
|---|---|---|
| author | Lionel Elie Mamane <lionel@mamane.lu> | Mon Dec 02 23:44:11 2013 +0100 |
| committer | Lionel Elie Mamane <lionel@mamane.lu> | Tue Dec 03 00:00:56 2013 +0100 |
| tree | a8d772029bcabd9c962fc6bd544bb4409c2bcaca | |
| parent | 2c0d52812310b1ee07cf5c9e6932c3a02fde0862 [diff] |
fdo#72163 after updating m_xComposer, command facets are not dirty anymore Else we dispose m_xComposer too eagerly; still used by m_pCacheSet. Change-Id: I205488465c19a356534df17b8a5e9a20ce6766c9
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx index a58a68a..6002747 100644 --- a/dbaccess/source/core/api/RowSet.cxx +++ b/dbaccess/source/core/api/RowSet.cxx
@@ -2295,6 +2295,8 @@ sal_Bool ORowSet::impl_initComposer_throw( OUString& _out_rCommandToExecute ) _out_rCommandToExecute = m_xComposer->getQueryWithSubstitution(); m_bCommandFacetsDirty = sal_False; return bUseEscapeProcessing; }