[Libreoffice-commits] core.git: include/sfx2
Stephan Bergmann
sbergman at redhat.com
Wed Jun 1 15:43:27 UTC 2016
include/sfx2/templatedlg.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ec9bcdff7b11aa60ef7f6904104506f00cea8b90
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jun 1 17:42:56 2016 +0200
loplugin:passstuffbyref
Change-Id: Ic2c7381c4ad033a86ed3485081d16590cfea6ad0
diff --git a/include/sfx2/templatedlg.hxx b/include/sfx2/templatedlg.hxx
index d792075..e404e88 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);
More information about the Libreoffice-commits
mailing list