summaryrefslogtreecommitdiff
path: root/unoidl/source/sourcefileprovider.hxx
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 /unoidl/source/sourcefileprovider.hxx
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 'unoidl/source/sourcefileprovider.hxx')
-rw-r--r--unoidl/source/sourcefileprovider.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoidl/source/sourcefileprovider.hxx b/unoidl/source/sourcefileprovider.hxx
index 3bef3e438fb5..bb3403b2d0d9 100644
--- a/unoidl/source/sourcefileprovider.hxx
+++ b/unoidl/source/sourcefileprovider.hxx
@@ -17,7 +17,7 @@
#include <rtl/ref.hxx>
#include <unoidl/unoidl.hxx>
-namespace unoidl { namespace detail {
+namespace unoidl::detail {
class SourceFileProvider: public Provider {
public:
@@ -37,7 +37,7 @@ private:
std::map< OUString, rtl::Reference<Entity> > rootMap_;
};
-} }
+}
#endif