summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-21 15:03:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-21 15:03:15 +0000
commit4f8d09c7c11e56924c4a37aaa7b82daf9cb6ff11 (patch)
treed7461894761445ca385f181cb933a5c7fdcd798e /sc/source
parenta53b27522f7d34436535330449b6d7233dfc81ab (diff)
INTEGRATION: CWS calc29 (1.20.148); FILE MERGED
2005/01/26 14:03:59 nn 1.20.148.1: #i41135# user data sequence instead of string for tab view settings in preview
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/inc/tabvwsh.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sc/source/ui/inc/tabvwsh.hxx b/sc/source/ui/inc/tabvwsh.hxx
index cc667c462dca..30b83034db7f 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.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: hr $ $Date: 2004-10-12 17:58:23 $
+ * last change: $Author: vg $ $Date: 2005-02-21 16:03:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -192,7 +192,8 @@ private:
ScNavigatorSettings* pNavSettings;
- String aPendingUserData; // used in first Activate
+ // used in first Activate
+ ::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue > aPendingUserData;
BOOL bFirstActivate;
BOOL bActiveDrawSh;
@@ -237,6 +238,8 @@ private:
SC_DLLPRIVATE SfxShell* GetMySubShell() const;
SC_DLLPRIVATE void DoReadUserData( const String& rData );
+ SC_DLLPRIVATE void DoReadUserDataSequence( const ::com::sun::star::uno::Sequence<
+ ::com::sun::star::beans::PropertyValue >& rSettings );
SC_DLLPRIVATE DECL_LINK( SimpleRefClose, String* );
SC_DLLPRIVATE DECL_LINK( SimpleRefDone, String* );