summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/math/BigDecimal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/math/BigDecimal.hxx')
-rw-r--r--connectivity/source/inc/java/math/BigDecimal.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/java/math/BigDecimal.hxx b/connectivity/source/inc/java/math/BigDecimal.hxx
index 8ccb87dc2c22..cea8f0cd35f7 100644
--- a/connectivity/source/inc/java/math/BigDecimal.hxx
+++ b/connectivity/source/inc/java/math/BigDecimal.hxx
@@ -30,7 +30,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_math_BigDecimal();
// a Constructor, that is needed for when Returning the Object is needed:
java_math_BigDecimal( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}