summaryrefslogtreecommitdiff
path: root/include/sfx2/templatedlg.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-01 17:42:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-01 17:42:56 +0200
commitec9bcdff7b11aa60ef7f6904104506f00cea8b90 (patch)
treec9dd1906e552b659a7613051dd40ab53b4e5719f /include/sfx2/templatedlg.hxx
parent00fbca564251368da34caaceb719164e34764e10 (diff)
loplugin:passstuffbyref
Change-Id: Ic2c7381c4ad033a86ed3485081d16590cfea6ad0
Diffstat (limited to 'include/sfx2/templatedlg.hxx')
-rw-r--r--include/sfx2/templatedlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/templatedlg.hxx b/include/sfx2/templatedlg.hxx
index d7920753575d..e404e881e7f3 100644
--- a/include/sfx2/templatedlg.hxx
+++ b/include/sfx2/templatedlg.hxx
@@ -221,7 +221,7 @@ public:
virtual void dispose() override;
virtual short Execute() override;
- inline OUString getTemplatePath() const { return msTemplatePath; };
+ inline OUString const & getTemplatePath() const { return msTemplatePath; };
private:
DECL_LINK_TYPED(OpenTemplateHdl, ThumbnailViewItem*, void);