summaryrefslogtreecommitdiffstats
path: root/sw/source/uibase/table
diff options
context:
space:
mode:
authorBartosz Kosiorek <gang65@poczta.onet.pl>2016-11-23 02:45:38 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-23 07:30:47 +0000
commit9b2e69abfc6386578fe3313362f1bbfe74c36a14 (patch)
treec18a1bf65d7f3df3422b013a43226e6f2d7f6644 /sw/source/uibase/table
parenttdf#42949 Remove unused uno headers from /sd/source/core (diff)
downloadcore-9b2e69abfc6386578fe3313362f1bbfe74c36a14.tar.gz
core-9b2e69abfc6386578fe3313362f1bbfe74c36a14.zip
tdf#42949 Remove unused uno headers from /sw/source/uibase
Change-Id: Iec10c5411814008f873868382faf245f38eeae1f Reviewed-on: https://gerrit.libreoffice.org/31097 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/table')
-rw-r--r--sw/source/uibase/table/chartins.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/uibase/table/chartins.cxx b/sw/source/uibase/table/chartins.cxx
index 159126504451..208c34f6500b 100644
--- a/sw/source/uibase/table/chartins.cxx
+++ b/sw/source/uibase/table/chartins.cxx
@@ -49,13 +49,9 @@
#include <cppuhelper/component_context.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/chart2/data/XDataProvider.hpp>
-#include <com/sun/star/chart2/data/XDataReceiver.hpp>
-#include <com/sun/star/chart/ChartDataRowSource.hpp>
-#include <com/sun/star/frame/XComponentLoader.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
-#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;