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 <sberg...@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 )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to