diff options
Diffstat (limited to 'bridges/inc/vtables.hxx')
-rw-r--r-- | bridges/inc/vtables.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/inc/vtables.hxx b/bridges/inc/vtables.hxx index bf4edc6c3564..5f6af1a9e3ea 100644 --- a/bridges/inc/vtables.hxx +++ b/bridges/inc/vtables.hxx @@ -23,7 +23,7 @@ #include <sal/types.h> #include <typelib/typedescription.h> -namespace bridges { namespace cpp_uno { namespace shared { +namespace bridges::cpp_uno::shared { /** * Calculate the number of local functions of an interface type. @@ -95,7 +95,7 @@ VtableSlot getVtableSlot( VtableSlot getVtableSlot( typelib_InterfaceMethodTypeDescription const * ifcMember); -} } } +} #endif |