diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-06-23 15:25:01 +0900 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-23 10:40:00 +0000 |
commit | 0655f98565c78c055ed10631fd57aa73604946b6 (patch) | |
tree | 044f9faa97b7314bfa2b8ba465de6b7193deb0dc /sd | |
parent | 43a082f0bba799a9fc33071079f7a42932935e05 (diff) |
Drop duplicate #includes
Change-Id: I4db77ea1de42676d9d2df70db3f2e1665a3fd983
Reviewed-on: https://gerrit.libreoffice.org/16419
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/export-tests.cxx | 2 | ||||
-rw-r--r-- | sd/qa/unit/import-tests.cxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx index 4149a302f5fe..d8cd85f68bdd 100644 --- a/sd/qa/unit/export-tests.cxx +++ b/sd/qa/unit/export-tests.cxx @@ -65,8 +65,6 @@ #include <com/sun/star/table/XMergeableCell.hpp> #include <svx/svdotable.hxx> -#include <com/sun/star/table/XTable.hpp> -#include <com/sun/star/table/XMergeableCell.hpp> #include <config_features.h> #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index 2174654085c9..42144ecc8146 100644 --- a/sd/qa/unit/import-tests.cxx +++ b/sd/qa/unit/import-tests.cxx @@ -26,7 +26,6 @@ #include <rsc/rscsfx.hxx> #include <sfx2/sfxsids.hrc> -#include <svl/stritem.hxx> #include <svx/svdotext.hxx> #include <svx/svdoashp.hxx> #include <svx/svdograf.hxx> |