summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/cmis
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/cmis
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/cmis')
-rw-r--r--ucb/source/ucp/cmis/cmis_content.hxx4
-rw-r--r--ucb/source/ucp/cmis/cmis_repo_content.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/cmis/cmis_content.hxx b/ucb/source/ucp/cmis/cmis_content.hxx
index 82f27ce3af53..61c45434e36e 100644
--- a/ucb/source/ucp/cmis/cmis_content.hxx
+++ b/ucb/source/ucp/cmis/cmis_content.hxx
@@ -36,7 +36,7 @@
#include <list>
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace beans {
struct Property;
struct PropertyValue;
@@ -44,7 +44,7 @@ namespace com { namespace sun { namespace star {
namespace sdbc {
class XRow;
}
-}}}
+}
namespace ucbhelper
{
class Content;
diff --git a/ucb/source/ucp/cmis/cmis_repo_content.hxx b/ucb/source/ucp/cmis/cmis_repo_content.hxx
index 241d9fb44853..67548a542570 100644
--- a/ucb/source/ucp/cmis/cmis_repo_content.hxx
+++ b/ucb/source/ucp/cmis/cmis_repo_content.hxx
@@ -25,7 +25,7 @@
#include <vector>
#include <list>
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace beans {
struct Property;
struct PropertyValue;
@@ -33,7 +33,7 @@ namespace com { namespace sun { namespace star {
namespace sdbc {
class XRow;
}
-}}}
+}
namespace ucbhelper
{
class Content;