From 336b25e622a0a23fe67fca14f51b20039fbb1d5f Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Wed, 22 Jan 2014 23:42:02 -0200 Subject: fdo#63154 Removed unused solar.h reference in chart2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4a16cd5492ced3c067fb037f31cb74a6d8068de1 Reviewed-on: https://gerrit.libreoffice.org/7603 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- chart2/source/tools/SceneProperties.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'chart2/source/tools') diff --git a/chart2/source/tools/SceneProperties.cxx b/chart2/source/tools/SceneProperties.cxx index 3ab714c0cc26..8c407a2b3d30 100644 --- a/chart2/source/tools/SceneProperties.cxx +++ b/chart2/source/tools/SceneProperties.cxx @@ -28,9 +28,6 @@ #include #include -// for F_PI -#include - using namespace ::com::sun::star; using ::com::sun::star::beans::Property; -- cgit