summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-01-20 23:03:01 -0200
committerMichael Stahl <mstahl@redhat.com>2014-01-21 11:16:03 +0000
commit15913f9ae1b8753a1fab894667b7543e08210b04 (patch)
treed505c7efbb428d2cb5773e3ff1084d7b05deb79c /oox
parentc445d40da8daa2f6ec0ae9930a06f50ab80cc85d (diff)
fdo#63154 Removed unused solar.h reference in oox
Change-Id: I224bc31af9ecb77ad42357550e016b000ebf4837 Reviewed-on: https://gerrit.libreoffice.org/7519 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'oox')
-rw-r--r--oox/inc/pch/precompiled_oox.hxx1
-rw-r--r--oox/source/drawingml/shape.cxx5
2 files changed, 0 insertions, 6 deletions
diff --git a/oox/inc/pch/precompiled_oox.hxx b/oox/inc/pch/precompiled_oox.hxx
index f997388a1129..d2dae89d3bec 100644
--- a/oox/inc/pch/precompiled_oox.hxx
+++ b/oox/inc/pch/precompiled_oox.hxx
@@ -388,7 +388,6 @@
#include <tools/globname.hxx>
#include <tools/mapunit.hxx>
#include <tools/multisel.hxx>
-#include <tools/solar.h>
#include <tools/stream.hxx>
#include <tools/time.hxx>
#include <unotools/fltrcfg.hxx>
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index c9889db608d0..78b3f3540919 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -36,7 +36,6 @@
#include "oox/helper/graphichelper.hxx"
#include "oox/helper/propertyset.hxx"
-#include <tools/solar.h>
#include <tools/gen.hxx>
#include <tools/mapunit.hxx>
#include <editeng/unoprnms.hxx>
@@ -80,8 +79,6 @@ using namespace ::com::sun::star::style;
namespace oox { namespace drawingml {
-// ============================================================================
-
Shape::Shape( const sal_Char* pServiceName, bool bDefaultHeight )
: mbIsChild( false )
, mpLinePropertiesPtr( new LineProperties )
@@ -1111,8 +1108,6 @@ void Shape::putPropertiesToGrabBag( const Sequence< PropertyValue >& aProperties
}
}
-// ============================================================================
-
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */