summaryrefslogtreecommitdiffstats
path: root/include/svx/CommonStyleManager.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-21 09:18:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-21 09:20:46 +0200
commitb4845f5dba90edf84909e6828d476f675606214e (patch)
tree3bf89c5b69679668acdb34bf5e92ef63c4ac6f29 /include/svx/CommonStyleManager.hxx
parentGet rid of trivial comphelper::query_interface wrapper (diff)
downloadcore-b4845f5dba90edf84909e6828d476f675606214e.tar.gz
core-b4845f5dba90edf84909e6828d476f675606214e.zip
loplugin:passstuffbyref
Change-Id: I4889b3d56b9e6f6926d1d094130c277588ff143c
Diffstat (limited to 'include/svx/CommonStyleManager.hxx')
-rw-r--r--include/svx/CommonStyleManager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/CommonStyleManager.hxx b/include/svx/CommonStyleManager.hxx
index 43346aa5dc55..0ce0a3de21fc 100644
--- a/include/svx/CommonStyleManager.hxx
+++ b/include/svx/CommonStyleManager.hxx
@@ -30,7 +30,7 @@ public:
{}
virtual sfx2::StylePreviewRenderer* CreateStylePreviewRenderer(
- OutputDevice& rOutputDev, OUString sName,
+ OutputDevice& rOutputDev, OUString const & rName,
SfxStyleFamily eFamily, long nMaxHeight = 32) SAL_OVERRIDE;
};