diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-11-01 16:53:59 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-11-01 16:53:59 +0000 |
commit | 251eb39d463440dbb07edfe89d93ca3f75071ef1 (patch) | |
tree | 7438764cff381cf595e873a55d08c9a895a2c5c7 /sfx2/source/inc | |
parent | a635834a1734e179188c28963203ea597d1f5b63 (diff) |
#92217#: LoadLayout removed
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/objshimp.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx index 339de1e04991..29eb160e7958 100644 --- a/sfx2/source/inc/objshimp.hxx +++ b/sfx2/source/inc/objshimp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: objshimp.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: mba $ $Date: 2001-09-07 10:16:09 $ + * last change: $Author: mba $ $Date: 2001-11-01 17:53:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,7 +113,6 @@ struct SfxObjectShell_Impl bPasswd:1, bIsTmp:1, bIsNamedVisible:1, - bLoadLayout:1, bDidWarnFormat:1, // sal_True, falls schon wg. speichern in Fremformat gewarnt wurde bSetStandardName:1, // sal_True, falls im FileSave Dialog xxxx.sdw im Standardverzeichnis vorgeschlagen werden soll. bDidDangerousSave:1, // sal_True, falls ein Save in ein Alienformat durchgefuehrt wurde @@ -180,7 +179,6 @@ struct SfxObjectShell_Impl nVisualDocumentNumber( USHRT_MAX), bIsSaving( sal_False), bIsNamedVisible( sal_False), - bLoadLayout( sal_True), pCfgMgr( 0), bTemplateConfig( sal_False), bDidWarnFormat( sal_False), |