[Libreoffice-commits] core.git: include/oox oox/source
Stephan Bergmann
sbergman at redhat.com
Wed Oct 29 10:09:29 PDT 2014
include/oox/drawingml/shape.hxx | 2 +-
oox/source/drawingml/shape.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 591d4559c5068d6f1f61fc63571a9fa6286b5661
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Oct 29 18:09:02 2014 +0100
const
Change-Id: Ia76df719b2f76a993e65e0bf6d55723b1a2f5b93
diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx
index c0f0fd3..3c999b0 100644
--- a/include/oox/drawingml/shape.hxx
+++ b/include/oox/drawingml/shape.hxx
@@ -152,7 +152,7 @@ public:
::oox::core::XmlFilterBase& rFilterBase,
const Theme* pTheme,
const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes,
- basegfx::B2DHomMatrix& aTransformation,
+ const basegfx::B2DHomMatrix& aTransformation,
FillProperties& rShapeOrParentShapeFillProps,
const ::com::sun::star::awt::Rectangle* pShapeRect = 0,
ShapeIdMap* pShapeMap = 0 );
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index 1f10494..2d48902 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -229,7 +229,7 @@ void Shape::addShape(
::oox::core::XmlFilterBase& rFilterBase,
const Theme* pTheme,
const Reference< XShapes >& rxShapes,
- basegfx::B2DHomMatrix& aTransformation,
+ const basegfx::B2DHomMatrix& aTransformation,
FillProperties& rShapeOrParentShapeFillProps,
const awt::Rectangle* pShapeRect,
ShapeIdMap* pShapeMap )
More information about the Libreoffice-commits
mailing list