summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/lang/Exception.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/lang/Exception.hxx')
-rw-r--r--connectivity/source/inc/java/lang/Exception.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/java/lang/Exception.hxx b/connectivity/source/inc/java/lang/Exception.hxx
index 212491952cd2..fd0d670cb4a4 100644
--- a/connectivity/source/inc/java/lang/Exception.hxx
+++ b/connectivity/source/inc/java/lang/Exception.hxx
@@ -32,7 +32,7 @@ namespace connectivity
// statis Data for the class
static jclass theClass;
public:
- virtual jclass getMyClass() const SAL_OVERRIDE;
+ virtual jclass getMyClass() const override;
virtual ~java_lang_Exception();
// a Constructor, that is needed for when Returning the Object is needed:
java_lang_Exception( JNIEnv * pEnv, jobject myObj ) : java_lang_Throwable( pEnv, myObj ){}