diff options
Diffstat (limited to 'include/tools/urlobj.hxx')
-rw-r--r-- | include/tools/urlobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx index 96f21676d51b..33af8104dc0f 100644 --- a/include/tools/urlobj.hxx +++ b/include/tools/urlobj.hxx @@ -396,7 +396,7 @@ public: @return The 'prefix' of URLs of the given scheme. */ - static OUString GetScheme(INetProtocol eTheScheme); + static const OUString & GetScheme(INetProtocol eTheScheme); /** Return the human-readable name for a given scheme. |