From b8eb2946511ce617323b13dffe2b1d9704e0be60 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 14 Apr 2016 10:20:52 +0200 Subject: loplugin:passstuffbyref in various Change-Id: I80070c83204e531c2f599f8a56193d6ffe0e5022 --- stoc/source/uriproc/UriReference.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stoc') diff --git a/stoc/source/uriproc/UriReference.hxx b/stoc/source/uriproc/UriReference.hxx index 81eb4a5524ba..d134334619c6 100644 --- a/stoc/source/uriproc/UriReference.hxx +++ b/stoc/source/uriproc/UriReference.hxx @@ -42,7 +42,7 @@ public: bool isAbsolute() throw (css::uno::RuntimeException); - OUString getScheme() throw (css::uno::RuntimeException) { return m_scheme;} + const OUString& getScheme() throw (css::uno::RuntimeException) { return m_scheme;} OUString getSchemeSpecificPart() throw (css::uno::RuntimeException); -- cgit