summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/sql/Timestamp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/sql/Timestamp.hxx')
-rw-r--r--connectivity/source/inc/java/sql/Timestamp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/java/sql/Timestamp.hxx b/connectivity/source/inc/java/sql/Timestamp.hxx
index 563b06b52cf1..8654c41df119 100644
--- a/connectivity/source/inc/java/sql/Timestamp.hxx
+++ b/connectivity/source/inc/java/sql/Timestamp.hxx
@@ -36,7 +36,7 @@ namespace connectivity
// static data for the class
static jclass theClass;
public:
- virtual jclass getMyClass() const;
+ virtual jclass getMyClass() const SAL_OVERRIDE;
virtual ~java_sql_Date();
// A ctor that is needed for returning the object
java_sql_Date( JNIEnv * pEnv, jobject myObj ) : java_util_Date(pEnv,myObj){}
@@ -57,7 +57,7 @@ namespace connectivity
// static data for the class
static jclass theClass;
public:
- virtual jclass getMyClass() const;
+ virtual jclass getMyClass() const SAL_OVERRIDE;
virtual ~java_sql_Time();
// A ctor that is needed for returning the object
java_sql_Time( JNIEnv * pEnv, jobject myObj ) : java_util_Date( pEnv, myObj ){}
@@ -75,7 +75,7 @@ namespace connectivity
// static data for the class
static jclass theClass;
public:
- virtual jclass getMyClass() const;
+ virtual jclass getMyClass() const SAL_OVERRIDE;
virtual ~java_sql_Timestamp();
// A ctor that is needed for returning the object
java_sql_Timestamp( JNIEnv * pEnv, jobject myObj ) : java_util_Date( pEnv, myObj ){}