From e7a99b3cde77be1604c2360d3e55b5247ad32cc0 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 17 Jan 2014 16:51:55 +0100 Subject: Flag bogus "true" with a FIXME Change-Id: I0ff052ca980f33aa62333a26c70ba91e21ede56a --- xmloff/source/draw/animationimport.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmloff/source/draw/animationimport.cxx b/xmloff/source/draw/animationimport.cxx index 00b531c2c00c..6861740a8ba0 100644 --- a/xmloff/source/draw/animationimport.cxx +++ b/xmloff/source/draw/animationimport.cxx @@ -1273,7 +1273,10 @@ private: }; AnimationsImport::AnimationsImport( const Reference< XComponentContext > & rxContext ) -: SvXMLImport( rxContext, AnimationsImport_getImplementationName(), true ) +: SvXMLImport( rxContext, AnimationsImport_getImplementationName(), IMPORT_META ) + //FIXME: the above "IMPORT_META" used to be a nonsensical "true", question + // remainst whether this should be IMPORT_META (same numerical value as + // true) or default IMPORT_ALL { // add namespaces GetNamespaceMap().Add( -- cgit v1.2.3