diff options
-rw-r--r-- | xmloff/source/script/XMLEventExport.cxx | 6 | ||||
-rw-r--r-- | xmloff/source/text/XMLTextFrameContext.cxx | 6 | ||||
-rw-r--r-- | xmloff/source/text/XMLTextShapeStyleContext.cxx | 6 | ||||
-rw-r--r-- | xmloff/source/text/txtparai.cxx | 6 | ||||
-rw-r--r-- | xmloff/source/text/txtstyli.cxx | 6 |
5 files changed, 15 insertions, 15 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); diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx index 6bcb99c461f8..fca6ce89c4b1 100644 --- a/xmloff/source/text/XMLTextFrameContext.cxx +++ b/xmloff/source/text/XMLTextFrameContext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLTextFrameContext.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: dvo $ $Date: 2001-01-30 13:10:00 $ + * 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 @@ -758,7 +758,7 @@ SvXMLImportContext *XMLTextFrameContext::CreateChildContext( xAttrList, xPropSet, sal_True ); } } - else if( (XML_NAMESPACE_SCRIPT == nPrefix) && + else if( (XML_NAMESPACE_OFFICE == nPrefix) && rLocalName.equalsAsciiL(sXML_events, sizeof(sXML_events)-1) ) { // do we still have the frame object? diff --git a/xmloff/source/text/XMLTextShapeStyleContext.cxx b/xmloff/source/text/XMLTextShapeStyleContext.cxx index 133946aca04a..2d229869012f 100644 --- a/xmloff/source/text/XMLTextShapeStyleContext.cxx +++ b/xmloff/source/text/XMLTextShapeStyleContext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLTextShapeStyleContext.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: dvo $ $Date: 2001-01-30 13:10:00 $ + * 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 @@ -235,7 +235,7 @@ SvXMLImportContext *XMLTextShapeStyleContext::CreateChildContext( GetProperties(), xImpPrMap ); } } - else if ( (XML_NAMESPACE_SCRIPT == nPrefix) && + else if ( (XML_NAMESPACE_OFFICE == nPrefix) && rLocalName.equalsAsciiL( sXML_events, sizeof(sXML_events)-1 ) ) { // create and remember events import context diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx index d890eae6b99e..b07183e2e294 100644 --- a/xmloff/source/text/txtparai.cxx +++ b/xmloff/source/text/txtparai.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtparai.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: dvo $ $Date: 2001-01-19 19:19:50 $ + * 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 @@ -672,7 +672,7 @@ SvXMLImportContext *XMLImpHyperlinkContext_Impl::CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< xml::sax::XAttributeList > & xAttrList ) { - if ( (nPrefix == XML_NAMESPACE_SCRIPT) && + if ( (nPrefix == XML_NAMESPACE_OFFICE) && (rLocalName.equalsAsciiL(sXML_events, sizeof(sXML_events)-1))) { XMLEventsImportContext* pCtxt = new XMLEventsImportContext( diff --git a/xmloff/source/text/txtstyli.cxx b/xmloff/source/text/txtstyli.cxx index 54757252fc16..c9a7803fcee4 100644 --- a/xmloff/source/text/txtstyli.cxx +++ b/xmloff/source/text/txtstyli.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtstyli.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: dvo $ $Date: 2001-01-31 10:18:35 $ + * 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 @@ -215,7 +215,7 @@ SvXMLImportContext *XMLTextStyleContext::CreateChildContext( xImpPrMap, sDropCapTextStyleName ); } - else if ( (XML_NAMESPACE_SCRIPT == nPrefix) && + else if ( (XML_NAMESPACE_OFFICE == nPrefix) && rLocalName.equalsAsciiL( sXML_events, sizeof(sXML_events)-1 ) ) { // create and remember events import context |