summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/textlineshelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-06-02 15:48:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-06-02 17:43:27 +0200
commit859e0acc39c5353bc8ec2bafcf62d030bfb2bacd (patch)
tree9eb0735529aeb2b4a4576a25c4f10760bad2aeb8 /cppcanvas/source/mtfrenderer/textlineshelper.hxx
parentb4163877e722298b42f6e96831bd8ffef7785a20 (diff)
clang-tidy modernize-pass-by-value in cppcanvas
Change-Id: I01e638c468f0941e042a839f73801a3ae3cb022a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135310 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cppcanvas/source/mtfrenderer/textlineshelper.hxx')
-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 38105961ee05..f0a53ff7a07d 100644
--- a/cppcanvas/source/mtfrenderer/textlineshelper.hxx
+++ b/cppcanvas/source/mtfrenderer/textlineshelper.hxx
@@ -53,7 +53,7 @@ class TextLinesHelper
bool mbUnderlineWavelineBold;
public:
- TextLinesHelper(const CanvasSharedPtr& rCanvas, const OutDevState& rState);
+ TextLinesHelper(CanvasSharedPtr xCanvas, const OutDevState& rState);
::basegfx::B2DSize const& getOverallSize() const { return maOverallSize; }