diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-05-26 21:07:23 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-05-27 09:06:33 +0200 |
commit | 6d0eba11f7b859303759af97c6fbc417fd2c5a9f (patch) | |
tree | 6312f1a239648145d196ee0561a1ae983e425036 /svx/qa | |
parent | 0a7341c26741f16835c9062c309e7d3a7fca8209 (diff) |
Remove some unused includes
Change-Id: Id5a31185faf2a3a13b6ea266e058a7df41d44423
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94890
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/qa')
-rw-r--r-- | svx/qa/unit/sdr.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/qa/unit/sdr.cxx b/svx/qa/unit/sdr.cxx index a83ad564f33f..18cfd8400ab9 100644 --- a/svx/qa/unit/sdr.cxx +++ b/svx/qa/unit/sdr.cxx @@ -11,11 +11,9 @@ #include <unotest/macros_test.hxx> #include <test/xmltesttools.hxx> -#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/text/XTextRange.hpp> #include <drawinglayer/tools/primitive2dxmldump.hxx> #include <rtl/ustring.hxx> |