[Libreoffice-commits] core.git: oox/inc oox/source
Alexandre Vicenzi
vicenzi.alexandre at gmail.com
Tue Jan 21 03:16:25 PST 2014
oox/inc/pch/precompiled_oox.hxx | 1 -
oox/source/drawingml/shape.cxx | 5 -----
2 files changed, 6 deletions(-)
New commits:
commit 15913f9ae1b8753a1fab894667b7543e08210b04
Author: Alexandre Vicenzi <vicenzi.alexandre at gmail.com>
Date: Mon Jan 20 23:03:01 2014 -0200
fdo#63154 Removed unused solar.h reference in oox
Change-Id: I224bc31af9ecb77ad42357550e016b000ebf4837
Reviewed-on: https://gerrit.libreoffice.org/7519
Reviewed-by: Michael Stahl <mstahl at redhat.com>
Tested-by: Michael Stahl <mstahl at redhat.com>
diff --git a/oox/inc/pch/precompiled_oox.hxx b/oox/inc/pch/precompiled_oox.hxx
index f997388..d2dae89 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 c9889db..78b3f35 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: */
More information about the Libreoffice-commits
mailing list