diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-09-06 08:46:49 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-09-06 09:35:50 +0200 |
commit | 7dba3bd5d7ab98390a5dceb9956a3fbfe41f166d (patch) | |
tree | 31f5ff1d810c6b49e3f57d758b9fa35d32db45c3 /slideshow | |
parent | 46159a67dd45a604a0197a26d177d6e9dce62d96 (diff) |
CppunitTest_slideshow_engine: remove unused includes
I forgot to clean these up when I started this suite.
Change-Id: I17e31bfff82caa7def00328ca6086b32a999f344
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139467
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/qa/engine/engine.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/slideshow/qa/engine/engine.cxx b/slideshow/qa/engine/engine.cxx index 09e56f73d3f8..bdc60b71bab1 100644 --- a/slideshow/qa/engine/engine.cxx +++ b/slideshow/qa/engine/engine.cxx @@ -11,17 +11,10 @@ #include <unotest/macros_test.hxx> #include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/animations/XAnimationNodeSupplier.hpp> #include <com/sun/star/animations/AnimationNodeType.hpp> -#include <comphelper/embeddedobjectcontainer.hxx> -#include <comphelper/propertyvalue.hxx> -#include <comphelper/scopeguard.hxx> -#include <comphelper/storagehelper.hxx> -#include <officecfg/Office/Common.hxx> - #include <animationcommandnode.hxx> using namespace ::com::sun::star; |