summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/lang/Class.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/lang/Class.hxx')
-rw-r--r--connectivity/source/inc/java/lang/Class.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/java/lang/Class.hxx b/connectivity/source/inc/java/lang/Class.hxx
index e4abacdaaa9d..136fc2a29543 100644
--- a/connectivity/source/inc/java/lang/Class.hxx
+++ b/connectivity/source/inc/java/lang/Class.hxx
@@ -36,7 +36,7 @@ namespace connectivity
// a Constructor, that is needed for when Returning the Object is needed:
java_lang_Class( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}
- static java_lang_Class * forName( const ::rtl::OUString &_par0 );
+ static java_lang_Class * forName( const OUString &_par0 );
// return the jre object
jobject newInstanceObject();