diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-03-29 09:49:48 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-03-29 09:49:48 +0000 |
commit | 43605abd2dc0371fd6f84463ea6a27532fc954f7 (patch) | |
tree | 336bb42e233e11ac51e7c3940c62163545b5e489 /sc/inc/xmlwrap.hxx | |
parent | d2b80262bc7b982cbe58ad1dabeccae165add6e5 (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.hxx | 8 |
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 |