diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-04-15 13:20:48 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-04-15 13:20:48 +0000 |
commit | 16df5d31c46bf2c659b490074b59f09d48ba36eb (patch) | |
tree | f4162f15d2d8bbb2d6dbfc68b67ece785072a378 /sfx2/source/inc | |
parent | 9b3af4ea22375729af1c392270a8b9da8d554191 (diff) |
INTEGRATION: CWS calcshare2 (1.43.4); FILE MERGED
2008/03/29 11:11:51 mav 1.43.4.2: #i86672# let the reload handle shared documents correctly
2008/03/14 20:16:17 mav 1.43.4.1: #i85794# new file locking prototype
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/objshimp.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx index f83976575b..bffe6f96db 100644 --- a/sfx2/source/inc/objshimp.hxx +++ b/sfx2/source/inc/objshimp.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: objshimp.hxx,v $ - * $Revision: 1.44 $ + * $Revision: 1.45 $ * * This file is part of OpenOffice.org. * @@ -115,7 +115,8 @@ struct SfxObjectShell_Impl : public ::sfx2::IMacroDocumentAccess bLoadReadonly:1, bUseUserData:1, bSaveVersionOnClose:1, - m_bIsDocShared:1; // whether the document should be edited in shared mode + m_bSharedXMLFlag:1, // whether the flag should be stored in xml file + m_bAllowShareControlFileClean:1; // whether the flag should be stored in xml file String aNewName; // Der Name, unter dem das Doc gespeichert // werden soll |