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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/uriproc/UriReference.hxx b/stoc/source/uriproc/UriReference.hxx
index 9ce7d150e23d..4a88c414f567 100644
--- a/stoc/source/uriproc/UriReference.hxx
+++ b/stoc/source/uriproc/UriReference.hxx
@@ -25,7 +25,7 @@
#include <sal/types.h>
#include <rtl/ustrbuf.hxx>
-namespace stoc { namespace uriproc {
+namespace stoc::uriproc {
class UriReference {
public:
@@ -104,7 +104,7 @@ private:
void appendSchemeSpecificPart(OUStringBuffer & buffer) const;
};
-} }
+}
#endif