summaryrefslogtreecommitdiff
path: root/sc/inc/xmlwrap.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-03-29 09:49:48 +0000
committerSascha Ballach <sab@openoffice.org>2001-03-29 09:49:48 +0000
commit43605abd2dc0371fd6f84463ea6a27532fc954f7 (patch)
tree336bb42e233e11ac51e7c3940c62163545b5e489 /sc/inc/xmlwrap.hxx
parentd2b80262bc7b982cbe58ad1dabeccae165add6e5 (diff)
add the possibibility only to load and to save the styles in xml
Diffstat (limited to 'sc/inc/xmlwrap.hxx')
-rw-r--r--sc/inc/xmlwrap.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/xmlwrap.hxx b/sc/inc/xmlwrap.hxx
index 99506e4f6583..f3aab9e62718 100644
--- a/sc/inc/xmlwrap.hxx
+++ b/sc/inc/xmlwrap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlwrap.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: sab $ $Date: 2001-03-02 17:28:24 $
+ * last change: $Author: sab $ $Date: 2001-03-29 10:48:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,8 +103,8 @@ class ScXMLImportWrapper
public:
ScXMLImportWrapper(ScDocument& rD, SfxMedium* pM, SvStorage* pS);
- BOOL Import();
- BOOL Export();
+ BOOL Import(sal_Bool bStylesOnly);
+ BOOL Export(sal_Bool bStylesOnly);
};
#endif