summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-10 09:19:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-10 18:28:34 +0200
commitde61e14d0b6ee90cb4d170af340275d811b9fbbf (patch)
treebebbb5d2d82144c2ef73cb9a2918196b80ee5ddd /ucb/source/ucp/inc
parentcb3e249e4dbc851f39bd80dfc7fd076543734c6d (diff)
compact namespace in ucb..uui
Change-Id: I644d5e418028b4b4e66cf67b20a1155a689acab0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93906 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb/source/ucp/inc')
-rw-r--r--ucb/source/ucp/inc/urihelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/inc/urihelper.hxx b/ucb/source/ucp/inc/urihelper.hxx
index 19d459181b2f..62a3a39635e6 100644
--- a/ucb/source/ucp/inc/urihelper.hxx
+++ b/ucb/source/ucp/inc/urihelper.hxx
@@ -25,7 +25,7 @@
#include <rtl/uri.hxx>
-namespace ucb_impl { namespace urihelper {
+namespace ucb_impl::urihelper {
inline OUString encodeSegment( const OUString & rSegment )
{
@@ -109,7 +109,7 @@ namespace ucb_impl { namespace urihelper {
return aResult.makeStringAndClear();
}
-} } // namespace
+} // namespace
#endif // INCLUDED_UCB_SOURCE_UCP_INC_URIHELPER_HXX