diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-01-31 13:13:26 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-01-31 13:13:55 +0100 |
commit | 95db32acabaae2a1d32874ecb8429e828c52a7ae (patch) | |
tree | 8965c8120f7440fc33e40a3ebe8c3324a257cb6d /sfx2 | |
parent | 0681a6ee2813dd5e8bcf5053cc1f0a2f6b4f8c97 (diff) |
sfx2: fix comment copypasta
Change-Id: Iebb5f51afe6f32883a535656d8b9e1f0ec678050
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/inc/objshimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx index 9a3b5c167681..52fbb448ceec 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. |