diff options
author | Michael Dunphy <michael.w.dunphy@gmail.com> | 2013-04-17 22:32:21 -0400 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-04-18 18:09:59 +0000 |
commit | cd5c2c0c40bfc261c978fb476c4f722b43041796 (patch) | |
tree | 0f05d475a9cdffa89a5973d988a4692620753d61 /chart2 | |
parent | e83990a87281f2472f398be9267f7b11f7f8463e (diff) |
Remove a few unnecessary #includes
Change-Id: I47c0f097f91c7cac7af91a15326e73ca201952ad
Reviewed-on: https://gerrit.libreoffice.org/3448
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/dlg_InsertLegend.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chart2/source/controller/dialogs/dlg_InsertLegend.cxx b/chart2/source/controller/dialogs/dlg_InsertLegend.cxx index 5fdb3dd62718..de6ad1005d38 100644 --- a/chart2/source/controller/dialogs/dlg_InsertLegend.cxx +++ b/chart2/source/controller/dialogs/dlg_InsertLegend.cxx @@ -22,14 +22,8 @@ #include "res_LegendPosition.hxx" #include "ObjectNameProvider.hxx" #include "ResId.hxx" -#include "chartview/ChartSfxItemIds.hxx" #include "NoWarningThisInCTOR.hxx" -// header for enum SvxChartLegendPos -#include <svx/chrtitem.hxx> -// header for class SfxItemPool -#include <svl/itempool.hxx> - //............................................................................. namespace chart { |