summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tabvwsh.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-11-02 13:18:22 +0000
committerDaniel Rentz <dr@openoffice.org>2001-11-02 13:18:22 +0000
commit9c75c7dddccf597b6b0929724e55060aa86797df (patch)
tree7ef15bb85f733914a693ac7a5bd4908aa6eb3b23 /sc/source/ui/inc/tabvwsh.hxx
parenta500fc84596925de946ec8638edfcd515bd12637 (diff)
#88839# restore navigator settings
Diffstat (limited to 'sc/source/ui/inc/tabvwsh.hxx')
-rw-r--r--sc/source/ui/inc/tabvwsh.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tabvwsh.hxx b/sc/source/ui/inc/tabvwsh.hxx
index 48200c7ac456..426501b97e10 100644
--- a/sc/source/ui/inc/tabvwsh.hxx
+++ b/sc/source/ui/inc/tabvwsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabvwsh.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: nn $ $Date: 2001-07-20 09:36:46 $
+ * last change: $Author: dr $ $Date: 2001-11-02 14:15:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,6 +111,7 @@ class ScGraphicShell;
class ScChartShell;
class ScPageBreakShell;
class ScDPObject;
+class ScNavigatorSettings;
struct ScHeaderFieldData;
@@ -176,6 +177,8 @@ private:
ScArea* pPivotSource;
ScDPObject* pDialogDPObject;
+ ScNavigatorSettings* pNavSettings;
+
String aPendingUserData; // used in first Activate
BOOL bFirstActivate;
@@ -377,6 +380,8 @@ public:
virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
const SfxHint& rHint, const TypeId& rHintType );
+ ScNavigatorSettings* GetNavigatorSettings();
+
// Drucken:
virtual SfxPrinter* GetPrinter( BOOL bCreate = FALSE );
virtual USHORT SetPrinter( SfxPrinter* pNewPrinter,