summaryrefslogtreecommitdiff
path: root/stoc/source/uriproc/UriReference.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/uriproc/UriReference.hxx')
-rw-r--r--stoc/source/uriproc/UriReference.hxx2
1 files changed, 1 insertions, 1 deletions
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);