diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-17 16:51:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-17 18:45:14 +0100 |
commit | e7a99b3cde77be1604c2360d3e55b5247ad32cc0 (patch) | |
tree | e7fe1716f4de98984ba9c7193e8cf1997565ffea /xmloff | |
parent | 1b33a38e32e89c63f4a2270db341cd13e91f5c64 (diff) |
Flag bogus "true" with a FIXME
Change-Id: I0ff052ca980f33aa62333a26c70ba91e21ede56a
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/animationimport.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
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( |