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

Alexandre Vicenzi vicenzi.alexandre at gmail.com
Fri Jan 24 08:10:28 PST 2014


 chart2/inc/pch/precompiled_chartcore.hxx              |    1 -
 chart2/source/controller/main/DrawCommandDispatch.hxx |    2 --
 chart2/source/tools/SceneProperties.cxx               |    3 ---
 3 files changed, 6 deletions(-)

New commits:
commit 336b25e622a0a23fe67fca14f51b20039fbb1d5f
Author: Alexandre Vicenzi <vicenzi.alexandre at gmail.com>
Date:   Wed Jan 22 23:42:02 2014 -0200

    fdo#63154 Removed unused solar.h reference in chart2
    
    Change-Id: I4a16cd5492ced3c067fb037f31cb74a6d8068de1
    Reviewed-on: https://gerrit.libreoffice.org/7603
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx
index 9aaa7ef..031a9aa 100644
--- a/chart2/inc/pch/precompiled_chartcore.hxx
+++ b/chart2/inc/pch/precompiled_chartcore.hxx
@@ -282,7 +282,6 @@
 #include <tools/color.hxx>
 #include <tools/debug.hxx>
 #include <tools/resmgr.hxx>
-#include <tools/solar.h>
 #include <ucbhelper/content.hxx>
 #include <unotools/charclass.hxx>
 #include <unotools/configitem.hxx>
diff --git a/chart2/source/controller/main/DrawCommandDispatch.hxx b/chart2/source/controller/main/DrawCommandDispatch.hxx
index 876c9fe..976c40e 100644
--- a/chart2/source/controller/main/DrawCommandDispatch.hxx
+++ b/chart2/source/controller/main/DrawCommandDispatch.hxx
@@ -21,8 +21,6 @@
 
 #include "FeatureCommandDispatchBase.hxx"
 
-#include <tools/solar.h>
-
 class SfxItemSet;
 class SdrObject;
 
diff --git a/chart2/source/tools/SceneProperties.cxx b/chart2/source/tools/SceneProperties.cxx
index 3ab714c0..8c407a2 100644
--- a/chart2/source/tools/SceneProperties.cxx
+++ b/chart2/source/tools/SceneProperties.cxx
@@ -28,9 +28,6 @@
 #include <com/sun/star/drawing/ProjectionMode.hpp>
 #include <com/sun/star/drawing/CameraGeometry.hpp>
 
-// for F_PI
-#include <tools/solar.h>
-
 using namespace ::com::sun::star;
 
 using ::com::sun::star::beans::Property;


More information about the Libreoffice-commits mailing list