diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-06-02 15:48:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-06-02 17:43:27 +0200 |
commit | 859e0acc39c5353bc8ec2bafcf62d030bfb2bacd (patch) | |
tree | 9eb0735529aeb2b4a4576a25c4f10760bad2aeb8 /cppcanvas/source/inc/canvasgraphichelper.hxx | |
parent | b4163877e722298b42f6e96831bd8ffef7785a20 (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/inc/canvasgraphichelper.hxx')
-rw-r--r-- | cppcanvas/source/inc/canvasgraphichelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppcanvas/source/inc/canvasgraphichelper.hxx b/cppcanvas/source/inc/canvasgraphichelper.hxx index 0716199ddbeb..03f6b91b6f46 100644 --- a/cppcanvas/source/inc/canvasgraphichelper.hxx +++ b/cppcanvas/source/inc/canvasgraphichelper.hxx @@ -41,7 +41,7 @@ namespace cppcanvas::internal class CanvasGraphicHelper : public virtual CanvasGraphic { public: - CanvasGraphicHelper( const CanvasSharedPtr& rParentCanvas ); + CanvasGraphicHelper( CanvasSharedPtr xParentCanvas ); // CanvasGraphic implementation virtual void setTransformation( const ::basegfx::B2DHomMatrix& rMatrix ) override; |