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.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/stoc/source/uriproc/UriReference.hxx b/stoc/source/uriproc/UriReference.hxx
index b117b5710955..0c60636a8e56 100644
--- a/stoc/source/uriproc/UriReference.hxx
+++ b/stoc/source/uriproc/UriReference.hxx
@@ -89,14 +89,14 @@ public:
void clearFragment();
osl::Mutex m_mutex;
- OUString m_scheme;
- OUString m_authority;
+ OUString const m_scheme;
+ OUString const m_authority;
OUString m_path;
- OUString m_query;
+ OUString const m_query;
OUString m_fragment;
- bool m_isHierarchical;
- bool m_hasAuthority;
- bool m_hasQuery;
+ bool const m_isHierarchical;
+ bool const m_hasAuthority;
+ bool const m_hasQuery;
bool m_hasFragment;
private: