summaryrefslogtreecommitdiff
path: root/include/drawinglayer
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-11 10:56:59 +0200
committerNoel Grandin <noel@peralex.com>2016-04-11 11:38:57 +0200
commitfad7d4417e3b4a9d0dda505d4b9aa99d2715aa54 (patch)
treeef6218b712c208edf8803f52ceca0c47e167a9e5 /include/drawinglayer
parentf3120c0aa898eca9d28c75c037497dbf63effc2f (diff)
clang-tidy performance-unnecessary-value-param in drawinglayer
Change-Id: I59d65ba81afab41e781f9dea5339a01d7918c51c
Diffstat (limited to 'include/drawinglayer')
-rw-r--r--include/drawinglayer/XShapeDumper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drawinglayer/XShapeDumper.hxx b/include/drawinglayer/XShapeDumper.hxx
index 098290863e80..0e4650be5663 100644
--- a/include/drawinglayer/XShapeDumper.hxx
+++ b/include/drawinglayer/XShapeDumper.hxx
@@ -46,8 +46,8 @@ class DRAWINGLAYER_DLLPUBLIC XShapeDumper
public:
XShapeDumper();
- static OUString dump(css::uno::Reference<css::drawing::XShapes> xPageShapes, bool bDumpInteropProperties=false);
- static OUString dump(css::uno::Reference<css::drawing::XShape> xPageShapes, bool bDumpInteropProperties=false);
+ static OUString dump(const css::uno::Reference<css::drawing::XShapes>& xPageShapes, bool bDumpInteropProperties=false);
+ static OUString dump(const css::uno::Reference<css::drawing::XShape>& xPageShapes, bool bDumpInteropProperties=false);
};
#endif