diff options
Diffstat (limited to 'cppuhelper/source/servicemanager.hxx')
-rw-r--r-- | cppuhelper/source/servicemanager.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/servicemanager.hxx b/cppuhelper/source/servicemanager.hxx index a4363a1b8e63..ceac7c15a698 100644 --- a/cppuhelper/source/servicemanager.hxx +++ b/cppuhelper/source/servicemanager.hxx @@ -32,9 +32,9 @@ #include <osl/mutex.hxx> #include <rtl/ustring.hxx> -namespace com { namespace sun { namespace star { namespace lang { +namespace com::sun::star::lang { class XSingleComponentFactory; -} } } } +} namespace cppu { struct ContextEntry_Init; } namespace com :: sun :: star :: lang { class XSingleServiceFactory; } namespace com :: sun :: star :: uno { class XComponentContext; } |