summaryrefslogtreecommitdiff
path: root/stoc/source/uriproc/UriReference.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/uriproc/UriReference.cxx')
-rw-r--r--stoc/source/uriproc/UriReference.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/stoc/source/uriproc/UriReference.cxx b/stoc/source/uriproc/UriReference.cxx
index c17afed3dd94..a1dff888b4a0 100644
--- a/stoc/source/uriproc/UriReference.cxx
+++ b/stoc/source/uriproc/UriReference.cxx
@@ -71,9 +71,6 @@ bool UriReference::isAbsolute() throw (css::uno::RuntimeException) {
return !m_scheme.isEmpty();
}
-OUString UriReference::getScheme() throw (css::uno::RuntimeException) {
- return m_scheme;
-}
OUString UriReference::getSchemeSpecificPart()
throw (css::uno::RuntimeException)