summaryrefslogtreecommitdiff
path: root/unoidl/source/legacyprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoidl/source/legacyprovider.hxx')
-rw-r--r--unoidl/source/legacyprovider.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoidl/source/legacyprovider.hxx b/unoidl/source/legacyprovider.hxx
index 4ef2712064db..ffee1affb7d0 100644
--- a/unoidl/source/legacyprovider.hxx
+++ b/unoidl/source/legacyprovider.hxx
@@ -16,7 +16,7 @@
#include <rtl/ref.hxx>
#include <unoidl/unoidl.hxx>
-namespace unoidl { namespace detail {
+namespace unoidl::detail {
class LegacyProvider: public Provider {
public:
@@ -37,7 +37,7 @@ private:
mutable RegistryKey ucr_;
};
-} }
+}
#endif