diff options
-rw-r--r-- | cppcanvas/source/mtfrenderer/textaction.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppcanvas/source/mtfrenderer/textaction.cxx b/cppcanvas/source/mtfrenderer/textaction.cxx index f001f67b7bb3..6849a3e68800 100644 --- a/cppcanvas/source/mtfrenderer/textaction.cxx +++ b/cppcanvas/source/mtfrenderer/textaction.cxx @@ -579,7 +579,7 @@ namespace cppcanvas uno::Reference< rendering::XPolyPolygon2D >& o_rTextLines, const CanvasSharedPtr& rCanvas, const uno::Sequence< double >& rOffsets, - const tools::TextLineInfo rLineInfo ) + const tools::TextLineInfo& rLineInfo ) { const ::basegfx::B2DPolyPolygon aPoly( textLinesFromLogicalOffsets( @@ -597,7 +597,7 @@ namespace cppcanvas uno::Reference< rendering::XPolyPolygon2D >& o_rTextLines, const CanvasSharedPtr& rCanvas, double nLineWidth, - const tools::TextLineInfo rLineInfo ) + const tools::TextLineInfo& rLineInfo ) { const ::basegfx::B2DPolyPolygon aPoly( tools::createTextLinesPolyPolygon( 0.0, nLineWidth, |