summaryrefslogtreecommitdiff
path: root/cppu/source/uno/loadmodule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/uno/loadmodule.hxx')
-rw-r--r--cppu/source/uno/loadmodule.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppu/source/uno/loadmodule.hxx b/cppu/source/uno/loadmodule.hxx
index df24890ba3f3..cde33594ce06 100644
--- a/cppu/source/uno/loadmodule.hxx
+++ b/cppu/source/uno/loadmodule.hxx
@@ -25,7 +25,7 @@
namespace osl { class Module; }
-namespace cppu { namespace detail {
+namespace cppu::detail {
#ifndef DISABLE_DYNLOADING
@@ -41,7 +41,7 @@ bool loadModule(osl::Module & rModule, OUString const & name);
#endif
-} }
+}
#endif