summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/sql/SQLException.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/sql/SQLException.hxx')
-rw-r--r--connectivity/source/inc/java/sql/SQLException.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/java/sql/SQLException.hxx b/connectivity/source/inc/java/sql/SQLException.hxx
index 84c74ab0e1e8..7efedfa1d2f7 100644
--- a/connectivity/source/inc/java/sql/SQLException.hxx
+++ b/connectivity/source/inc/java/sql/SQLException.hxx
@@ -41,7 +41,7 @@ namespace connectivity
// Static data for the class
static jclass theClass;
public:
- virtual jclass getMyClass() const SAL_OVERRIDE;
+ virtual jclass getMyClass() const override;
virtual ~java_sql_SQLException_BASE();
// A ctor that is needed for returning the object
java_sql_SQLException_BASE( JNIEnv * pEnv, jobject myObj );