diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-09 15:53:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-09 20:01:22 +0200 |
commit | 837b3f031050f9b858cb370446931f716b8d82e3 (patch) | |
tree | 8f73418ff6855f7df7db07e38715c3838ae22812 /javaunohelper | |
parent | cf73ebad644ee3bb7cd96ee3a754c526ab62e354 (diff) |
compact namespace in i18npool..oox
Change-Id: I1de87468b56b86a1eeee09a612551ab119a1be8b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93857
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/source/juhx-export-types.hxx | 4 | ||||
-rw-r--r-- | javaunohelper/source/vm.hxx | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/javaunohelper/source/juhx-export-types.hxx b/javaunohelper/source/juhx-export-types.hxx index 571f5fd39dd9..8e2783452274 100644 --- a/javaunohelper/source/juhx-export-types.hxx +++ b/javaunohelper/source/juhx-export-types.hxx @@ -32,7 +32,7 @@ extern "C" { -namespace javaunohelper { namespace detail { +namespace javaunohelper::detail { typedef jobject JAVAUNOHELPER_DETAIL_CALLCONV Func_bootstrap( JNIEnv *_env, jclass, jstring, jobjectArray, jobject); @@ -43,7 +43,7 @@ typedef jobject JAVAUNOHELPER_DETAIL_CALLCONV Func_getFactory( typedef jboolean JAVAUNOHELPER_DETAIL_CALLCONV Func_writeInfo( JNIEnv *, jclass, jstring, jobject, jobject, jobject); -} } +} } diff --git a/javaunohelper/source/vm.hxx b/javaunohelper/source/vm.hxx index 81dd5be69f60..d257c796cd1f 100644 --- a/javaunohelper/source/vm.hxx +++ b/javaunohelper/source/vm.hxx @@ -26,9 +26,7 @@ #include <com/sun/star/uno/Reference.hxx> #include <rtl/ref.hxx> -namespace com { namespace sun { namespace star { namespace uno { - class XComponentContext; -} } } } +namespace com::sun::star::uno { class XComponentContext; } namespace jvmaccess { class UnoVirtualMachine; } namespace javaunohelper { |