[Libreoffice-commits] core.git: chart2/source

Michael Dunphy michael.w.dunphy at gmail.com
Thu Apr 18 11:10:18 PDT 2013


 chart2/source/controller/dialogs/dlg_InsertLegend.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit cd5c2c0c40bfc261c978fb476c4f722b43041796
Author: Michael Dunphy <michael.w.dunphy at gmail.com>
Date:   Wed Apr 17 22:32:21 2013 -0400

    Remove a few unnecessary #includes
    
    Change-Id: I47c0f097f91c7cac7af91a15326e73ca201952ad
    Reviewed-on: https://gerrit.libreoffice.org/3448
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

diff --git a/chart2/source/controller/dialogs/dlg_InsertLegend.cxx b/chart2/source/controller/dialogs/dlg_InsertLegend.cxx
index 5fdb3dd..de6ad10 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
 {


More information about the Libreoffice-commits mailing list