summaryrefslogtreecommitdiff
path: root/xmloff/source/script/XMLEventExport.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-02-06 13:00:16 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-02-06 13:00:16 +0000
commit4df8d9ef59ed2ab6e291eb7b519f14af334c1f0c (patch)
treefe6c2a7bba0d1c372c8a5d9c6264a38ee47df0cf /xmloff/source/script/XMLEventExport.cxx
parent2dbc4f0c1c9a8747a025b8905d11d96e7f22d712 (diff)
- changed: script:events to office:events
Diffstat (limited to 'xmloff/source/script/XMLEventExport.cxx')
-rw-r--r--xmloff/source/script/XMLEventExport.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/script/XMLEventExport.cxx b/xmloff/source/script/XMLEventExport.cxx
index bded91653360..8c3efa0d2991 100644
--- a/xmloff/source/script/XMLEventExport.cxx
+++ b/xmloff/source/script/XMLEventExport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLEventExport.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dvo $ $Date: 2001-01-30 13:09:59 $
+ * last change: $Author: dvo $ $Date: 2001-02-06 14:00:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,7 +111,7 @@ XMLEventExport::XMLEventExport(SvXMLExport& rExp,
rExport(rExp),
sEvents(RTL_CONSTASCII_USTRINGPARAM(sXML_events)),
sScriptEvents(rExp.GetNamespaceMap().GetQNameByKey(
- XML_NAMESPACE_SCRIPT, OUString::createFromAscii(sXML_events))),
+ XML_NAMESPACE_OFFICE, sEvents)),
sEventType(RTL_CONSTASCII_USTRINGPARAM("EventType"))
{
AddTranslationTable(pTranslationTable);