summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-02-09 17:28:24 +0000
committerSascha Ballach <sab@openoffice.org>2001-02-09 17:28:24 +0000
commit02eedd455f9d24b204bba90ce849d56f3a8fea6d (patch)
treed6d104b20b4c1468ea3426ebed4df656bc344ac9 /sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx
parentc903f5e09393dc6575cdd383610d2ed600ca9ccd (diff)
add import/export change view settings; import/export of matrix cells
Diffstat (limited to 'sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx')
-rw-r--r--sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx b/sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx
index d8f857c7a106..0a2230252d95 100644
--- a/sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx
+++ b/sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLChangeTrackingExportHelper.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: sab $ $Date: 2001-02-05 13:44:57 $
+ * last change: $Author: sab $ $Date: 2001-02-09 18:28:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,6 +68,9 @@
#ifndef _COM_SUN_STAR_TEXT_XTEXT_HPP_
#include <com/sun/star/text/XText.hpp>
#endif
+#ifndef _RTL_USTRBUF_HXX_
+#include <rtl/ustrbuf.hxx>
+#endif
class ScDocument;
class ScChangeAction;
@@ -78,6 +81,7 @@ class ScChangeActionDel;
class ScBigRange;
class ScEditEngineTextObj;
class ScChangeActionTable;
+class DateTime;
typedef std::list<ScChangeActionDel*> ScMyDeletionsList;
@@ -125,6 +129,7 @@ class ScChangeTrackingExportHelper
void CollectCellAutoStyles(const ScBaseCell* pBaseCell);
void CollectActionAutoStyles(ScChangeAction* pAction);
void WorkWithChangeAction(ScChangeAction* pAction);
+ void WriteChangeViewSettings();
public:
ScChangeTrackingExportHelper(ScXMLExport& rExport);
~ScChangeTrackingExportHelper();