From 15913f9ae1b8753a1fab894667b7543e08210b04 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Mon, 20 Jan 2014 23:03:01 -0200 Subject: fdo#63154 Removed unused solar.h reference in oox Change-Id: I224bc31af9ecb77ad42357550e016b000ebf4837 Reviewed-on: https://gerrit.libreoffice.org/7519 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- oox/inc/pch/precompiled_oox.hxx | 1 - oox/source/drawingml/shape.cxx | 5 ----- 2 files changed, 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 #include #include -#include #include #include #include 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 #include #include #include @@ -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: */ -- cgit