summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/viewdata.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-03-22 16:52:41 +0000
committerSascha Ballach <sab@openoffice.org>2001-03-22 16:52:41 +0000
commitc7d85015ab37a869a77cff1fbdadd1b181319f76 (patch)
tree184df93b728b7f8f3685b944cfedfd769d1530c2 /sc/source/ui/inc/viewdata.hxx
parentbf1c78c4e0a2ae14bff6e186f16897233f2d0a6d (diff)
export and import of view settings in xml added
Diffstat (limited to 'sc/source/ui/inc/viewdata.hxx')
-rw-r--r--sc/source/ui/inc/viewdata.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx
index 6240c10acb1f..8828833d53e8 100644
--- a/sc/source/ui/inc/viewdata.hxx
+++ b/sc/source/ui/inc/viewdata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewdata.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: sab $ $Date: 2001-02-21 09:47:01 $
+ * last change: $Author: sab $ $Date: 2001-03-22 17:48:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -155,8 +155,8 @@ private:
ScViewDataTable( const ScViewDataTable& rDataTable );
~ScViewDataTable();
- void WriteUserDataInAny(com::sun::star::uno::Any& aAny);
- void ReadUserDataFromAny(const com::sun::star::uno::Any& aAny);
+ void WriteUserDataSequence(com::sun::star::uno::Sequence <com::sun::star::beans::PropertyValue>& rSettings);
+ void ReadUserDataSequence(const com::sun::star::uno::Sequence <com::sun::star::beans::PropertyValue>& rSettings);
};
// ---------------------------------------------------------------------------
@@ -253,8 +253,8 @@ public:
void WriteUserData(String& rData);
void ReadUserData(const String& rData);
void ReadExtOptions(const ScExtDocOptions& rOpt);
- void WriteUserDataInAny(com::sun::star::uno::Any& aAny);
- void ReadUserDataFromAny(const com::sun::star::uno::Any& aAny);
+ void WriteUserDataSequence(com::sun::star::uno::Sequence <com::sun::star::beans::PropertyValue>& rSettings);
+ void ReadUserDataSequence(const com::sun::star::uno::Sequence <com::sun::star::beans::PropertyValue>& rSettings);
ScDocument* GetDocument() const;