include/sfx2/templatedlg.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ec9bcdff7b11aa60ef7f6904104506f00cea8b90
Author: Stephan Bergmann <sberg...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to