diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:57:35 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:57:35 +0000 |
commit | c05c6b99dbe8b2d139048a2011e5de9e7aef5143 (patch) | |
tree | 799274f174abca4c0b7dacb0559890e86e167658 /sfx2 | |
parent | 303b4a5abd07db4ddab213bac105151261233c3d (diff) |
INTEGRATION: CWS odbmacros2 (1.39.2); FILE MERGED
2008/03/04 12:12:04 fs 1.39.2.3: RESYNC: (1.40-1.41); FILE MERGED
2008/02/04 13:15:52 fs 1.39.2.2: RESYNC: (1.39-1.40); FILE MERGED
2007/12/12 14:43:12 fs 1.39.2.1: bIsBasicDefault is not used
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/inc/objshimp.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx index a887483d00e6..94cfe9c10eff 100644 --- a/sfx2/source/inc/objshimp.hxx +++ b/sfx2/source/inc/objshimp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: objshimp.hxx,v $ * - * $Revision: 1.41 $ + * $Revision: 1.42 $ * - * last change: $Author: obo $ $Date: 2008-02-26 15:12:13 $ + * last change: $Author: kz $ $Date: 2008-03-06 19:57:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -104,7 +104,6 @@ struct SfxObjectShell_Impl : public ::sfx2::IMacroDocumentAccess bPreparedForClose : 1, bWaitingForPicklist : 1,// Muss noch in die Pickliste bModuleSearched : 1, - bIsBasicDefault : 1, bIsHelpObjSh : 1, bForbidCaching : 1, bForbidReload : 1, |