summaryrefslogtreecommitdiff
path: root/sw/inc/doc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-12 08:33:08 +0200
committerNoel Grandin <noel@peralex.com>2016-04-12 08:33:32 +0200
commit7c99b5586d7cb145079129470fdbf720399eee3c (patch)
tree71015148cefc130aa7d5b4ecd4e1284b4b2d7563 /sw/inc/doc.hxx
parentdc0d98590f07c7dae4504b7ed0c0127794f032d8 (diff)
clang-tidy performance-unnecessary-value-param in sw
Change-Id: I3e030743b640d5a5f6b3bf4a4e9ba50ccd001287
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r--sw/inc/doc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 7c3cfc9aa2c4..1dbf4adb07f2 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -877,7 +877,7 @@ public:
Convenince function used by ReplaceDocumentProperties to skip some UNO calls.
*/
- void ReplaceUserDefinedDocumentProperties( const css::uno::Reference< css::document::XDocumentProperties > xSourceDocProps );
+ void ReplaceUserDefinedDocumentProperties( const css::uno::Reference< css::document::XDocumentProperties >& xSourceDocProps );
/** Replace document properties with those from rSource.