summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-07-25 12:51:29 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-07-25 12:51:29 +0000
commit6079de137357cc0fa6bb61ed4cdfcec38701e392 (patch)
tree93c25ad150105a5016e70f6259b39aa4c16d5673 /xmloff
parentcda0112a32df4cc5a49853b72211bfcc7cb0b272 (diff)
#86004# silly string storage eliminated
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/script/XMLEventExport.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/xmloff/source/script/XMLEventExport.cxx b/xmloff/source/script/XMLEventExport.cxx
index f0aa5f9fd295..0d374aac4466 100644
--- a/xmloff/source/script/XMLEventExport.cxx
+++ b/xmloff/source/script/XMLEventExport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLEventExport.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: dvo $ $Date: 2001-06-29 21:07:16 $
+ * last change: $Author: dvo $ $Date: 2001-07-25 13:51:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,9 +111,8 @@ using ::xmloff::token::XML_EVENTS;
XMLEventExport::XMLEventExport(SvXMLExport& rExp,
const XMLEventNameTranslation* pTranslationTable) :
rExport(rExp),
- sEvents(GetXMLToken(XML_EVENTS)),
sScriptEvents(rExp.GetNamespaceMap().GetQNameByKey(
- XML_NAMESPACE_OFFICE, sEvents)),
+ XML_NAMESPACE_OFFICE, GetXMLToken(XML_EVENTS))),
sEventType(RTL_CONSTASCII_USTRINGPARAM("EventType"))
{
AddTranslationTable(pTranslationTable);