diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-04-17 13:41:36 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-04-17 19:01:11 +0200 |
commit | 3a759a0b0c9605732c95dfac6a3315ed48ec1076 (patch) | |
tree | 73398b02e6771c3daab9f2e69fd581dba568ebf5 /slideshow | |
parent | 8daa8eef06fa485f5271503921585a3fbef26567 (diff) |
Remove some unused includes
Mostly com/sun/star/frame/Desktop.hpp is unused after inheriting from
UnoApiTest.
Change-Id: I71b75fa5c880337ff294583b96af09c90b5059c9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150514
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/qa/engine/engine.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/slideshow/qa/engine/engine.cxx b/slideshow/qa/engine/engine.cxx index f2d3f12121d3..19727fe458c8 100644 --- a/slideshow/qa/engine/engine.cxx +++ b/slideshow/qa/engine/engine.cxx @@ -9,7 +9,6 @@ #include <test/unoapi_test.hxx> -#include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/animations/XAnimationNodeSupplier.hpp> #include <com/sun/star/animations/AnimationNodeType.hpp> |