summaryrefslogtreecommitdiff
path: root/unoidl/source
diff options
context:
space:
mode:
Diffstat (limited to 'unoidl/source')
-rw-r--r--unoidl/source/legacyprovider.cxx4
-rw-r--r--unoidl/source/sourcefileprovider.cxx4
-rw-r--r--unoidl/source/sourcetreeprovider.cxx4
-rw-r--r--unoidl/source/unoidlprovider.cxx4
4 files changed, 8 insertions, 8 deletions
diff --git a/unoidl/source/legacyprovider.cxx b/unoidl/source/legacyprovider.cxx
index 8e517e986f67..61e35e8cf952 100644
--- a/unoidl/source/legacyprovider.cxx
+++ b/unoidl/source/legacyprovider.cxx
@@ -22,7 +22,7 @@
#include "legacyprovider.hxx"
-namespace unoidl { namespace detail {
+namespace unoidl::detail {
namespace {
@@ -822,6 +822,6 @@ rtl::Reference< Entity > LegacyProvider::findEntity(OUString const & name)
LegacyProvider::~LegacyProvider() throw () {}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/unoidl/source/sourcefileprovider.cxx b/unoidl/source/sourcefileprovider.cxx
index c538f8553b90..c0fc695e4235 100644
--- a/unoidl/source/sourcefileprovider.cxx
+++ b/unoidl/source/sourcefileprovider.cxx
@@ -16,7 +16,7 @@
#include "sourcefileprovider.hxx"
#include "sourceprovider-scanner.hxx"
-namespace unoidl { namespace detail {
+namespace unoidl::detail {
namespace {
@@ -130,6 +130,6 @@ rtl::Reference<Entity> SourceFileProvider::findEntity(OUString const & name)
SourceFileProvider::~SourceFileProvider() throw () {}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/unoidl/source/sourcetreeprovider.cxx b/unoidl/source/sourcetreeprovider.cxx
index 0d88c8e0565a..fd780f8dfd5e 100644
--- a/unoidl/source/sourcetreeprovider.cxx
+++ b/unoidl/source/sourcetreeprovider.cxx
@@ -29,7 +29,7 @@
#include <osl/thread.h>
#endif
-namespace unoidl { namespace detail {
+namespace unoidl::detail {
namespace {
@@ -205,6 +205,6 @@ rtl::Reference<Entity> SourceTreeProvider::findEntity(OUString const & name)
SourceTreeProvider::~SourceTreeProvider() throw () {}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/unoidl/source/unoidlprovider.cxx b/unoidl/source/unoidlprovider.cxx
index bde4d74a6a12..be59087e3095 100644
--- a/unoidl/source/unoidlprovider.cxx
+++ b/unoidl/source/unoidlprovider.cxx
@@ -29,7 +29,7 @@
#include "unoidlprovider.hxx"
-namespace unoidl { namespace detail {
+namespace unoidl::detail {
class MappedFile: public salhelper::SimpleReferenceObject {
public:
@@ -1402,6 +1402,6 @@ rtl::Reference< Entity > UnoidlProvider::findEntity(OUString const & name) const
UnoidlProvider::~UnoidlProvider() throw () {}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */