diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-12-02 23:44:11 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-12-02 23:58:39 +0100 |
commit | 938f0e7fe4216d135815b98fdb918f97e747c6bd (patch) | |
tree | e712d43b4262b1aabf8cfbc3bd286dc95e889171 | |
parent | ae9017f0ba3a3a1fdc55b2f3d57230d04a46808e (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
-rw-r--r-- | dbaccess/source/core/api/RowSet.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx index dde644487cea..69663d07195e 100644 --- a/dbaccess/source/core/api/RowSet.cxx +++ b/dbaccess/source/core/api/RowSet.cxx @@ -2290,6 +2290,8 @@ sal_Bool ORowSet::impl_initComposer_throw( OUString& _out_rCommandToExecute ) _out_rCommandToExecute = m_xComposer->getQueryWithSubstitution(); + m_bCommandFacetsDirty = sal_False; + return bUseEscapeProcessing; } |