diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 13:55:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 13:55:55 +0000 |
commit | 2ce7f9e9bb68fc900b41aa4822d61cc4f5a57801 (patch) | |
tree | 6f86dbb9eff61f573dadef4b7c3c3ad53f366bb2 /xmloff/source | |
parent | b5dbde52e0ca661eaa9692d1783a7e36377c6ef1 (diff) |
INTEGRATION: CWS oasisbf5 (1.93.46); FILE MERGED
2005/02/15 13:53:03 mib 1.93.46.1: #i42834#: new SVG, XSL_FO and SMIL namespaces
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/draw/sdxmlexp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx index f16620767b82..a7f18f7c86c8 100644 --- a/xmloff/source/draw/sdxmlexp.cxx +++ b/xmloff/source/draw/sdxmlexp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sdxmlexp.cxx,v $ * - * $Revision: 1.93 $ + * $Revision: 1.94 $ * - * last change: $Author: kz $ $Date: 2005-01-14 12:00:32 $ + * last change: $Author: vg $ $Date: 2005-03-08 14:55:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -777,7 +777,7 @@ void SAL_CALL SdXMLExport::setSourceDocument( const Reference< lang::XComponent _GetNamespaceMap().Add( GetXMLToken(XML_NP_SMIL), - GetXMLToken(XML_N_SMIL), + GetXMLToken(XML_N_SMIL_COMPAT), XML_NAMESPACE_SMIL); _GetNamespaceMap().Add( |