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.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/stoc/source/uriproc/UriReference.hxx b/stoc/source/uriproc/UriReference.hxx
index 2f56bfc6f7ca..9ce7d150e23d 100644
--- a/stoc/source/uriproc/UriReference.hxx
+++ b/stoc/source/uriproc/UriReference.hxx
@@ -88,13 +88,13 @@ public:
void clearFragment();
osl::Mutex m_mutex;
- OUString const m_scheme;
- OUString const m_authority;
+ OUString m_scheme;
+ OUString m_authority;
OUString m_path;
- OUString const m_query;
+ OUString m_query;
OUString m_fragment;
- bool const m_hasAuthority;
- bool const m_hasQuery;
+ bool m_hasAuthority;
+ bool m_hasQuery;
bool m_hasFragment;
private: