diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-02-06 13:00:16 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-02-06 13:00:16 +0000 |
commit | 4df8d9ef59ed2ab6e291eb7b519f14af334c1f0c (patch) | |
tree | fe6c2a7bba0d1c372c8a5d9c6264a38ee47df0cf /xmloff/source/text/XMLTextFrameContext.cxx | |
parent | 2dbc4f0c1c9a8747a025b8905d11d96e7f22d712 (diff) |
- changed: script:events to office:events
Diffstat (limited to 'xmloff/source/text/XMLTextFrameContext.cxx')
-rw-r--r-- | xmloff/source/text/XMLTextFrameContext.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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? |