summaryrefslogtreecommitdiff
path: root/extensions/source/svg/svgprinter.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-06-18 14:23:31 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-06-18 14:23:31 +0000
commit19a46514d3b2eb66180567edb6a19fcf13720db5 (patch)
tree41e5aee0c4ad2c83791e2365a9144f071fe72423 /extensions/source/svg/svgprinter.cxx
parentaa1ad31f15769c121922028335979f570cdc434e (diff)
#86004# changed SvXMLExport document class from const sal_Char* to enum XMLTokenEnum
Diffstat (limited to 'extensions/source/svg/svgprinter.cxx')
-rw-r--r--extensions/source/svg/svgprinter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/svg/svgprinter.cxx b/extensions/source/svg/svgprinter.cxx
index c6e9f1e7c024..b810d5ed9183 100644
--- a/extensions/source/svg/svgprinter.cxx
+++ b/extensions/source/svg/svgprinter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svgprinter.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ka $ $Date: 2001-03-22 17:50:11 $
+ * last change: $Author: dvo $ $Date: 2001-06-18 15:23:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,7 +106,7 @@ protected:
virtual void _ExportAutoStyles() {}
virtual void _ExportContent() {}
virtual void _ExportMasterStyles() {}
- virtual ULONG exportDoc( const char *pClass = 0 ) { return 0; }
+ virtual ULONG exportDoc( enum ::xmloff::token::XMLTokenEnum eClass = ::xmloff::token::XML_TOKEN_INVALID ) { return 0; }
public: