diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-11-23 20:22:00 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-11-24 08:09:53 +0100 |
commit | c130063895c7a733ad121db1bf5fbceac38f6ad5 (patch) | |
tree | 201b50fc778801df47aab14b2619933816b8e457 /xmloff | |
parent | 8ba1c4e27376cbd73892768d1e741067918eb897 (diff) |
Remove some unused includes
Mostly com/sun/star/frame/Desktop.hpp is unused after inheriting from
UnoApiTest.
Change-Id: Ifba307353a11a14e033a230a291314bee86b51c8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143190
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/qa/unit/draw.cxx | 5 | ||||
-rw-r--r-- | xmloff/qa/unit/style.cxx | 9 | ||||
-rw-r--r-- | xmloff/qa/unit/text.cxx | 2 |
3 files changed, 1 insertions, 15 deletions
diff --git a/xmloff/qa/unit/draw.cxx b/xmloff/qa/unit/draw.cxx index e7b2f54d8412..b3643551995a 100644 --- a/xmloff/qa/unit/draw.cxx +++ b/xmloff/qa/unit/draw.cxx @@ -11,8 +11,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/XDrawPageSupplier.hpp> -#include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/frame/XStorable.hpp> #include <com/sun/star/drawing/EnhancedCustomShapeMetalType.hpp> #include <com/sun/star/drawing/EnhancedCustomShapeSegment.hpp> #include <com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.hpp> @@ -25,9 +23,8 @@ #include <comphelper/propertyvalue.hxx> #include <comphelper/sequence.hxx> -#include <unotools/mediadescriptor.hxx> +#include <comphelper/sequenceashashmap.hxx> #include <unotools/tempfile.hxx> -#include <unotools/ucbstreamhelper.hxx> #include <unotools/saveopt.hxx> #include <svx/unopage.hxx> #include <svx/svdpage.hxx> diff --git a/xmloff/qa/unit/style.cxx b/xmloff/qa/unit/style.cxx index 5cd1edad5069..91879e66a818 100644 --- a/xmloff/qa/unit/style.cxx +++ b/xmloff/qa/unit/style.cxx @@ -9,22 +9,13 @@ #include <sal/config.h> -#include <string_view> - #include <test/unoapixml_test.hxx> -#include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/container/XNameContainer.hpp> -#include <com/sun/star/frame/XStorable.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> -#include <comphelper/propertysequence.hxx> #include <officecfg/Office/Common.hxx> -#include <unotools/mediadescriptor.hxx> -#include <unotools/saveopt.hxx> -#include <unotools/tempfile.hxx> -#include <unotools/ucbstreamhelper.hxx> #include <rtl/character.hxx> using namespace ::com::sun::star; diff --git a/xmloff/qa/unit/text.cxx b/xmloff/qa/unit/text.cxx index 9befd99fc600..45f3323d92a5 100644 --- a/xmloff/qa/unit/text.cxx +++ b/xmloff/qa/unit/text.cxx @@ -11,7 +11,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/PropertyValues.hpp> -#include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/frame/XStorable.hpp> #include <com/sun/star/text/XTextDocument.hpp> #include <com/sun/star/text/BibliographyDataType.hpp> @@ -22,7 +21,6 @@ #include <comphelper/propertyvalue.hxx> #include <comphelper/sequenceashashmap.hxx> #include <unotools/tempfile.hxx> -#include <unotools/ucbstreamhelper.hxx> using namespace ::com::sun::star; |