diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2017-02-11 13:30:18 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2017-02-13 21:09:50 +0000 |
commit | 8faff1ee9cbf5d9dd23360bb87b30eaa620c48b5 (patch) | |
tree | 90bebf50efabccf1f089b2b4eee37d9b9ed92940 /chart2 | |
parent | a423ed8a474e114d21b81b84b2900099a6527481 (diff) |
chart2: remove unneeded includes
Change-Id: I49e15f57e8eddb53dbf4d1b7ddbf6d33fed116f2
Reviewed-on: https://gerrit.libreoffice.org/34172
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/RangeSelectionHelper.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chart2/source/controller/dialogs/RangeSelectionHelper.cxx b/chart2/source/controller/dialogs/RangeSelectionHelper.cxx index addc52a5202b..48db808ba017 100644 --- a/chart2/source/controller/dialogs/RangeSelectionHelper.cxx +++ b/chart2/source/controller/dialogs/RangeSelectionHelper.cxx @@ -20,18 +20,7 @@ #include "RangeSelectionHelper.hxx" #include "RangeSelectionListener.hxx" #include "macros.hxx" -#include "ControllerLockGuard.hxx" -#include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/awt/XTopWindow.hpp> -#include <com/sun/star/text/XText.hpp> -#include <com/sun/star/embed/XEmbeddedObject.hpp> -#include <com/sun/star/embed/EmbedStates.hpp> -#include <com/sun/star/embed/XComponentSupplier.hpp> -#include <com/sun/star/sheet/XCellRangeAddressable.hpp> -#include <com/sun/star/sheet/XSpreadsheetDocument.hpp> -#include <com/sun/star/sheet/XCellRangesAccess.hpp> -#include <com/sun/star/chart2/data/XRangeXMLConversion.hpp> -#include <rtl/ustrbuf.hxx> using namespace ::com::sun::star; |