diff options
Diffstat (limited to 'sd/source/core/CustomAnimationPreset.cxx')
-rw-r--r-- | sd/source/core/CustomAnimationPreset.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sd/source/core/CustomAnimationPreset.cxx b/sd/source/core/CustomAnimationPreset.cxx index 1082f9d8500b..1afc9f360e51 100644 --- a/sd/source/core/CustomAnimationPreset.cxx +++ b/sd/source/core/CustomAnimationPreset.cxx @@ -18,7 +18,6 @@ */ #include <sal/config.h> -#include <sal/log.hxx> #include <com/sun/star/io/IOException.hpp> #include <com/sun/star/util/XCloneable.hpp> @@ -26,7 +25,7 @@ #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/configuration/theDefaultProvider.hpp> #include <com/sun/star/xml/sax/InputSource.hpp> -#include <com/sun/star/xml/sax/FastParser.hpp> +#include <com/sun/star/xml/sax/XFastParser.hpp> #include <com/sun/star/xml/sax/SAXParseException.hpp> #include <com/sun/star/presentation/EffectPresetClass.hpp> #include <com/sun/star/beans/NamedValue.hpp> @@ -41,7 +40,6 @@ #include <tools/stream.hxx> #include <tools/diagnose_ex.h> -#include <tools/debug.hxx> #include <vcl/svapp.hxx> #include <unotools/ucbstreamhelper.hxx> #include <CustomAnimationPreset.hxx> |