Kaydet (Commit) 628543c1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

const

Change-Id: I0d89cc99a1d8f7b3c17986b45653dce5e4b436d7
üst e4e7f9d8
......@@ -216,7 +216,7 @@ protected:
const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes,
const ::com::sun::star::awt::Rectangle& rClientRect,
ShapeIdMap* pShapeMap,
basegfx::B2DHomMatrix& aTransformation );
const basegfx::B2DHomMatrix& aTransformation );
void keepDiagramCompatibilityInfo( ::oox::core::XmlFilterBase& rFilterBase );
......
......@@ -347,7 +347,7 @@ void Shape::addChildren(
const Reference< XShapes >& rxShapes,
const awt::Rectangle&,
ShapeIdMap* pShapeMap,
basegfx::B2DHomMatrix& aTransformation )
const basegfx::B2DHomMatrix& aTransformation )
{
basegfx::B2DHomMatrix aChildTransformation;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment