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 /framework | |
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 'framework')
-rw-r--r-- | framework/qa/cppunit/dispatchtest.cxx | 1 | ||||
-rw-r--r-- | framework/qa/cppunit/services.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/framework/qa/cppunit/dispatchtest.cxx b/framework/qa/cppunit/dispatchtest.cxx index fd091f42bd5a..9549ef150904 100644 --- a/framework/qa/cppunit/dispatchtest.cxx +++ b/framework/qa/cppunit/dispatchtest.cxx @@ -10,7 +10,6 @@ #include <cppuhelper/implbase.hxx> #include <test/unoapi_test.hxx> -#include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/frame/XDispatchProviderInterceptor.hpp> #include <com/sun/star/frame/XInterceptorInfo.hpp> #include <com/sun/star/util/URLTransformer.hpp> diff --git a/framework/qa/cppunit/services.cxx b/framework/qa/cppunit/services.cxx index 74ef3b663a66..be6c0def70fa 100644 --- a/framework/qa/cppunit/services.cxx +++ b/framework/qa/cppunit/services.cxx @@ -9,7 +9,6 @@ #include <test/unoapi_test.hxx> -#include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XComponentLoader.hpp> #include <com/sun/star/frame/FrameSearchFlag.hpp> |