Kaydet (Commit) d4b7e3d1 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

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
üst 8171e713
......@@ -2290,6 +2290,8 @@ sal_Bool ORowSet::impl_initComposer_throw( OUString& _out_rCommandToExecute )
_out_rCommandToExecute = m_xComposer->getQueryWithSubstitution();
m_bCommandFacetsDirty = sal_False;
return bUseEscapeProcessing;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment