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@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Alexandre Vicenzi 2014-01-22 23:42:02 -02:00 committed by Caolán McNamara
parent 3ab5dc7dad
commit 336b25e622
3 changed files with 0 additions and 6 deletions

View File

@ -282,7 +282,6 @@
#include <tools/color.hxx> #include <tools/color.hxx>
#include <tools/debug.hxx> #include <tools/debug.hxx>
#include <tools/resmgr.hxx> #include <tools/resmgr.hxx>
#include <tools/solar.h>
#include <ucbhelper/content.hxx> #include <ucbhelper/content.hxx>
#include <unotools/charclass.hxx> #include <unotools/charclass.hxx>
#include <unotools/configitem.hxx> #include <unotools/configitem.hxx>

View File

@ -21,8 +21,6 @@
#include "FeatureCommandDispatchBase.hxx" #include "FeatureCommandDispatchBase.hxx"
#include <tools/solar.h>
class SfxItemSet; class SfxItemSet;
class SdrObject; class SdrObject;

View File

@ -28,9 +28,6 @@
#include <com/sun/star/drawing/ProjectionMode.hpp> #include <com/sun/star/drawing/ProjectionMode.hpp>
#include <com/sun/star/drawing/CameraGeometry.hpp> #include <com/sun/star/drawing/CameraGeometry.hpp>
// for F_PI
#include <tools/solar.h>
using namespace ::com::sun::star; using namespace ::com::sun::star;
using ::com::sun::star::beans::Property; using ::com::sun::star::beans::Property;