Kaydet (Commit) e7a99b3c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Flag bogus "true" with a FIXME

Change-Id: I0ff052ca980f33aa62333a26c70ba91e21ede56a
üst 1b33a38e
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment