summaryrefslogtreecommitdiff
path: root/include/svl/style.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-11 10:07:25 +0200
committerNoel Grandin <noel@peralex.com>2016-04-11 11:38:57 +0200
commitbfff081e74ad06a7e353669eec345c6440db57cb (patch)
tree0c313317850eba08686344c75035e0ae4388729d /include/svl/style.hxx
parent9f877f677346968774d4366f105114fe7f36dd69 (diff)
clang-tidy performance-unnecessary-value-param in svl
Change-Id: I8abc272d12e62e25be358dc4c73008971f1cd609
Diffstat (limited to 'include/svl/style.hxx')
-rw-r--r--include/svl/style.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/style.hxx b/include/svl/style.hxx
index 79814cc2d3b9..dc9c99df55fe 100644
--- a/include/svl/style.hxx
+++ b/include/svl/style.hxx
@@ -208,7 +208,7 @@ protected:
virtual ~SfxStyleSheetBasePool();
- void StoreStyleSheet(rtl::Reference< SfxStyleSheetBase >);
+ void StoreStyleSheet(const rtl::Reference< SfxStyleSheetBase >&);
/** Obtain the indexed style sheets.
*/