diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-30 10:57:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-12 13:05:38 +0200 |
commit | febbad7263ea25b76f4e53d2f136693a52207a1c (patch) | |
tree | fda9d351a49c1cb804598952e4f5d56ebb8e6655 /sc/qa | |
parent | 90e83ba599cfe4872d9adfc6b4984b03e635f757 (diff) |
cleanup unused css/frame/* includes
Change-Id: I173a29fd1ee889127369d2bc2fce8e010b89ca65
Reviewed-on: https://gerrit.libreoffice.org/38633
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/extras/check_data_pilot_field.cxx | 1 | ||||
-rw-r--r-- | sc/qa/extras/check_data_pilot_table.cxx | 1 | ||||
-rw-r--r-- | sc/qa/extras/check_xcell_ranges_query.cxx | 1 | ||||
-rw-r--r-- | sc/qa/perf/scperfobj.cxx | 1 | ||||
-rw-r--r-- | sc/qa/unit/copy_paste_test.cxx | 1 | ||||
-rw-r--r-- | sc/qa/unit/subsequent_filters-test.cxx | 2 |
6 files changed, 0 insertions, 7 deletions
diff --git a/sc/qa/extras/check_data_pilot_field.cxx b/sc/qa/extras/check_data_pilot_field.cxx index e4013727015a..f5a4163e74c3 100644 --- a/sc/qa/extras/check_data_pilot_field.cxx +++ b/sc/qa/extras/check_data_pilot_field.cxx @@ -29,7 +29,6 @@ using namespace css; using namespace css::lang; -using namespace css::frame; namespace sc_apitest { diff --git a/sc/qa/extras/check_data_pilot_table.cxx b/sc/qa/extras/check_data_pilot_table.cxx index d69fd5d21abe..2375d80bd577 100644 --- a/sc/qa/extras/check_data_pilot_table.cxx +++ b/sc/qa/extras/check_data_pilot_table.cxx @@ -31,7 +31,6 @@ using namespace css; using namespace css::lang; -using namespace css::frame; namespace sc_apitest { diff --git a/sc/qa/extras/check_xcell_ranges_query.cxx b/sc/qa/extras/check_xcell_ranges_query.cxx index ad8f0b0cc31f..ec5d44cb3d2d 100644 --- a/sc/qa/extras/check_xcell_ranges_query.cxx +++ b/sc/qa/extras/check_xcell_ranges_query.cxx @@ -21,7 +21,6 @@ using namespace css; using namespace css::lang; -using namespace css::frame; namespace sc_apitest { diff --git a/sc/qa/perf/scperfobj.cxx b/sc/qa/perf/scperfobj.cxx index 99521d876192..a5adfd0070b3 100644 --- a/sc/qa/perf/scperfobj.cxx +++ b/sc/qa/perf/scperfobj.cxx @@ -13,7 +13,6 @@ #include "cppunit/extensions/HelperMacros.h" #include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/frame/XModel2.hpp> #include <com/sun/star/util/XSearchable.hpp> diff --git a/sc/qa/unit/copy_paste_test.cxx b/sc/qa/unit/copy_paste_test.cxx index 942042194bf7..89448c9d6c31 100644 --- a/sc/qa/unit/copy_paste_test.cxx +++ b/sc/qa/unit/copy_paste_test.cxx @@ -15,7 +15,6 @@ #include "tabvwsh.hxx" #include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/frame/XModel2.hpp> #include "helper/qahelper.hxx" diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx index e2980ba7f164..ca2ec7d792cf 100644 --- a/sc/qa/unit/subsequent_filters-test.cxx +++ b/sc/qa/unit/subsequent_filters-test.cxx @@ -81,9 +81,7 @@ #include <com/sun/star/sheet/DataPilotFieldGroupBy.hpp> #include <com/sun/star/sheet/GeneralFunction2.hpp> #include <com/sun/star/container/XIndexAccess.hpp> -#include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/frame/XModel.hpp> -#include <com/sun/star/frame/XModel2.hpp> #include <com/sun/star/text/textfield/Type.hpp> #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/chart2/data/XDataReceiver.hpp> |