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:57:15 +0100 |
commit | d4b7e3d12a02d27e9ea569e4828370cf00e17540 (patch) | |
tree | 12f4b5891c9ee1b8943c0bea9a367b9ce8055006 | |
parent | 8171e713e74e3d09e86592c28abfe05d0400c071 (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; } |