summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/mtfrenderer')
-rw-r--r--cppcanvas/source/mtfrenderer/textlineshelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppcanvas/source/mtfrenderer/textlineshelper.hxx b/cppcanvas/source/mtfrenderer/textlineshelper.hxx
index ca13d9482ad2..d00be8bfa791 100644
--- a/cppcanvas/source/mtfrenderer/textlineshelper.hxx
+++ b/cppcanvas/source/mtfrenderer/textlineshelper.hxx
@@ -63,7 +63,7 @@ class TextLinesHelper
public:
TextLinesHelper(const CanvasSharedPtr& rCanvas, const OutDevState& rState);
- ::basegfx::B2DSize getOverallSize() const { return maOverallSize; }
+ ::basegfx::B2DSize const& getOverallSize() const { return maOverallSize; }
/** Init textlines with specified linewidth and TextLineInfo.
*/