diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-12 14:35:02 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-12 14:35:23 +0200 |
commit | f3e18ad14e41fcda64f835ac1beb187a218db3d7 (patch) | |
tree | 451c4cd4d150e2c0680ca20ab6ff2e0e8297f07d /include | |
parent | 0c2d51e0daf2ce5e18af915ec40ec3196db8ab88 (diff) |
loplugin:passstuffbyref
Change-Id: Ifa990214aaf749d039043aa51d3301dc0f1f0e4f
Diffstat (limited to 'include')
-rw-r--r-- | include/unotools/tempfile.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/tempfile.hxx b/include/unotools/tempfile.hxx index 40c880835a7e..4b8bff801edb 100644 --- a/include/unotools/tempfile.hxx +++ b/include/unotools/tempfile.hxx @@ -84,7 +84,7 @@ public: Returns the URL of the tempfile object. If you want to have the system path file name, use the GetFileName() method of this object */ - OUString GetURL(); + OUString const & GetURL(); /** Returns the system path name of the tempfile in host notation |