summaryrefslogtreecommitdiffstats
path: root/include/sfx2/StyleManager.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/sfx2/StyleManager.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/sfx2/StyleManager.hxx')
-rw-r--r--include/sfx2/StyleManager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/StyleManager.hxx b/include/sfx2/StyleManager.hxx
index 66159f75ec9c..962fbb967e47 100644
--- a/include/sfx2/StyleManager.hxx
+++ b/include/sfx2/StyleManager.hxx
@@ -36,8 +36,8 @@ public:
{}
virtual StylePreviewRenderer* CreateStylePreviewRenderer(
- OutputDevice& /*rOutputDev*/, OUString /*rName*/,
- SfxStyleFamily /*eFamily*/, long /*nMaxHeight*/ = 32) = 0;
+ OutputDevice& rOutputDev, OUString const & rName,
+ SfxStyleFamily eFamily, long nMaxHeight = 32) = 0;
};
} // end namespace sfx2