summaryrefslogtreecommitdiff
path: root/sfx2/source/inc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-06-14 10:31:49 +0000
committerMathias Bauer <mba@openoffice.org>2001-06-14 10:31:49 +0000
commitf5ea686f9c13c6b853ec849a21c470abd408659e (patch)
treee5103ebac113c02d1e090d468a8d31b24128b2df /sfx2/source/inc
parent2bac405ce5350f6c1f26e2ecbd2041b67b9bc3ff (diff)
#87609#: SID_BROWSING/AddToHistory feature eliminated
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r--sfx2/source/inc/objshimp.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx
index 3bd1636faac2..a7cdb9d7fca9 100644
--- a/sfx2/source/inc/objshimp.hxx
+++ b/sfx2/source/inc/objshimp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: objshimp.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mba $ $Date: 2001-06-11 10:07:06 $
+ * last change: $Author: mba $ $Date: 2001-06-14 11:28:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -138,7 +138,6 @@ struct SfxObjectShell_Impl
sal_uInt32 lErr;
sal_uInt16 nEventId; // falls vor Activate noch ein
// Open/Create gesendet werden mu/s
- sal_Bool bAddToHistory; // nicht per Forward/Backward
sal_Bool bSilent; // e.g. in API-Call => no dialogs
AutoReloadTimer_Impl *pReloadTimer;
@@ -189,7 +188,6 @@ struct SfxObjectShell_Impl
bIsTemplate(sal_False),
lErr(ERRCODE_NONE),
nEventId ( 0),
- bAddToHistory ( sal_True),
pDocInfo ( 0),
bIsAbortingImport ( sal_False),
bInList ( sal_False),