From d9b6f4fd38da9f875b78f6ff365bcb16fb2c8e8b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 25 Oct 2017 17:12:09 +0200 Subject: loplugin:constmethods in unotools Change-Id: I13df4e184a826682f34a1d9e974b601397ba4a3d Reviewed-on: https://gerrit.libreoffice.org/43865 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/unotools/tempfile.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/unotools/tempfile.hxx') diff --git a/include/unotools/tempfile.hxx b/include/unotools/tempfile.hxx index 31c218c6ef80..9f5ac4c45dab 100644 --- a/include/unotools/tempfile.hxx +++ b/include/unotools/tempfile.hxx @@ -87,7 +87,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 const & GetURL(); + OUString const & GetURL() const; /** Returns the system path name of the tempfile in host notation -- cgit