diff options
Diffstat (limited to 'xmloff/source/transform/OOo2Oasis.cxx')
-rw-r--r-- | xmloff/source/transform/OOo2Oasis.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/transform/OOo2Oasis.cxx b/xmloff/source/transform/OOo2Oasis.cxx index f94794ef4831..bbef198c4b92 100644 --- a/xmloff/source/transform/OOo2Oasis.cxx +++ b/xmloff/source/transform/OOo2Oasis.cxx @@ -31,6 +31,7 @@ #include <rtl/ustrbuf.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/servicehelper.hxx> +#include <sax/tools/converter.hxx> #include <xmloff/nmspmap.hxx> #include "xmloff/xmlnmspe.hxx" #include <xmloff/xmltoken.hxx> @@ -47,7 +48,6 @@ #include "AttrTransformerAction.hxx" #include "PropertyActionsOOo.hxx" #include "TransformerActions.hxx" -#include <xmloff/xmluconv.hxx> #include "OOo2Oasis.hxx" using ::rtl::OUString; @@ -1459,7 +1459,7 @@ void XMLTrackedChangesOOoTContext_Impl::StartElement( xPropSetInfo->hasPropertyByName( aPropName ) ) { Sequence < sal_Int8 > aKey; - SvXMLUnitConverter::decodeBase64( aKey, + ::sax::Converter::decodeBase64( aKey, xAttrList->getValueByIndex( i ) ); rPropSet->setPropertyValue( aPropName, makeAny( aKey ) ); } |