summaryrefslogtreecommitdiff
path: root/cppuhelper/source/loadsharedlibcomponentfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/loadsharedlibcomponentfactory.hxx')
-rw-r--r--cppuhelper/source/loadsharedlibcomponentfactory.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppuhelper/source/loadsharedlibcomponentfactory.hxx b/cppuhelper/source/loadsharedlibcomponentfactory.hxx
index 9e870f459455..033fc8f3263b 100644
--- a/cppuhelper/source/loadsharedlibcomponentfactory.hxx
+++ b/cppuhelper/source/loadsharedlibcomponentfactory.hxx
@@ -16,15 +16,15 @@
#include "servicemanager.hxx"
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace lang { class XMultiServiceFactory; }
namespace uno {
class Environment;
class XInterface;
}
-} } }
+}
-namespace cppuhelper { namespace detail {
+namespace cppuhelper::detail {
css::uno::Environment getEnvironment(
OUString const & name, OUString const & implementation);
@@ -37,7 +37,7 @@ void loadSharedLibComponentFactory(
WrapperConstructorFn * constructorFunction,
css::uno::Reference<css::uno::XInterface> * factory);
-} }
+}
#endif