[Libreoffice-commits] core.git: sfx2/source

Michael Stahl mstahl at redhat.com
Tue Jan 31 12:20:18 UTC 2017


 sfx2/source/inc/objshimp.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 95db32acabaae2a1d32874ecb8429e828c52a7ae
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Jan 31 13:13:26 2017 +0100

    sfx2: fix comment copypasta
    
    Change-Id: Iebb5f51afe6f32883a535656d8b9e1f0ec678050

diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx
index 9a3b5c1..52fbb44 100644
--- a/sfx2/source/inc/objshimp.hxx
+++ b/sfx2/source/inc/objshimp.hxx
@@ -94,7 +94,7 @@ struct SfxObjectShell_Impl : public ::sfx2::IMacroDocumentAccess
                         bUseUserData:1,
                         bUseThumbnailSave:1,
                         bSaveVersionOnClose:1,
-                        m_bSharedXMLFlag:1, // whether the flag should be stored in xml file
+                        m_bSharedXMLFlag:1, // whether the document should be edited in shared mode
                         m_bAllowShareControlFileClean:1, // whether the flag should be stored in xml file
                         m_bConfigOptionsChecked:1; // whether or not the user options are checked after the Options dialog is closed.
 


More information about the Libreoffice-commits mailing list