summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-08-03 17:14:08 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-08-03 17:14:08 +0000
commit0357d983c958b02c37c82c743b503280d6ab495d (patch)
treeee8a19f59658ba7aa9c0bf08478b315543976231 /xmloff/inc
parent03679b4891f0f94a494732eb1204efe00ba7c33b (diff)
#90514# changed StarBasic macros: now use location instead of library
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/XMLStarBasicContextFactory.hxx6
-rw-r--r--xmloff/inc/XMLStarBasicExportHandler.hxx6
2 files changed, 7 insertions, 5 deletions
diff --git a/xmloff/inc/XMLStarBasicContextFactory.hxx b/xmloff/inc/XMLStarBasicContextFactory.hxx
index 8c9fc1f5182c..9ecf022a8c90 100644
--- a/xmloff/inc/XMLStarBasicContextFactory.hxx
+++ b/xmloff/inc/XMLStarBasicContextFactory.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLStarBasicContextFactory.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dvo $ $Date: 2000-12-19 18:56:47 $
+ * last change: $Author: dvo $ $Date: 2001-08-03 18:14:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,7 @@ class XMLStarBasicContextFactory : public XMLEventContextFactory
public:
XMLStarBasicContextFactory();
- ~XMLStarBasicContextFactory();
+ virtual ~XMLStarBasicContextFactory();
virtual SvXMLImportContext* CreateContext(
SvXMLImport& rImport, /// import context
diff --git a/xmloff/inc/XMLStarBasicExportHandler.hxx b/xmloff/inc/XMLStarBasicExportHandler.hxx
index 5ced7510d826..deedfab8347d 100644
--- a/xmloff/inc/XMLStarBasicExportHandler.hxx
+++ b/xmloff/inc/XMLStarBasicExportHandler.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLStarBasicExportHandler.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dvo $ $Date: 2000-12-19 18:56:47 $
+ * last change: $Author: dvo $ $Date: 2001-08-03 18:14:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,10 +90,12 @@ class XMLStarBasicExportHandler : public XMLEventExportHandler
const ::rtl::OUString sStarBasic;
const ::rtl::OUString sLibrary;
const ::rtl::OUString sMacroName;
+ const ::rtl::OUString sStarOffice;
public:
XMLStarBasicExportHandler();
virtual ~XMLStarBasicExportHandler();
+
virtual void Export(
SvXMLExport& rExport,
const ::rtl::OUString& rEventName,