summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-12-02 23:44:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-12-04 04:52:45 -0600
commitd4a709cbf4710555b1518816f1eaa9b43dc5cae7 (patch)
tree1b44cfb89a5e98da516ac61cd517fb8369e64787 /dbaccess
parent2259f4a6a93a0dd14e961aa6eb33f49752fc86dc (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 Reviewed-on: https://gerrit.libreoffice.org/6906 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/RowSet.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx
index a58a68a4fd88..6002747b9ae4 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;
}