diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-22 21:34:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-22 21:34:44 +0200 |
commit | 63d108589724cdadfdcaf7c704382a8eb31ea8e3 (patch) | |
tree | decbc8956dd6ecf2d82641be54ee3e3c3086b5a7 /include/sfx2 | |
parent | 033b2ae8775d1dcf49f798e267761000cc51627c (diff) |
loplugin:passstuffbyref
Change-Id: Ia243148779b82bd8a1d1e82990622c01e2026a06
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/templatelocalview.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/templatelocalview.hxx b/include/sfx2/templatelocalview.hxx index 49e0c8e4796a..b4265313427e 100644 --- a/include/sfx2/templatelocalview.hxx +++ b/include/sfx2/templatelocalview.hxx @@ -53,11 +53,11 @@ public: sal_uInt16 getCurRegionItemId () const; - ThumbnailViewItem* getRegion(OUString sStr); + ThumbnailViewItem* getRegion(OUString const & sStr); sal_uInt16 getRegionId (size_t pos) const; - sal_uInt16 getRegionId (OUString sRegionName) const; + sal_uInt16 getRegionId (OUString const & sRegionName) const; OUString getRegionName(const sal_uInt16 nRegionId) const; |