summaryrefslogtreecommitdiffstats
path: root/javaunohelper
diff options
context:
space:
mode:
Diffstat (limited to 'javaunohelper')
-rw-r--r--javaunohelper/source/juhx-export-types.hxx4
-rw-r--r--javaunohelper/source/vm.hxx4
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 {