[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - dbaccess/source

Lionel Elie Mamane lionel at mamane.lu
Wed Dec 4 02:53:12 PST 2013


 dbaccess/source/core/api/RowSet.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit d4a709cbf4710555b1518816f1eaa9b43dc5cae7
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Mon Dec 2 23:44:11 2013 +0100

    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 at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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;
 }
 


More information about the Libreoffice-commits mailing list