summaryrefslogtreecommitdiff
path: root/connectivity/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r--connectivity/source/inc/FDatabaseMetaDataResultSet.hxx2
-rw-r--r--connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx2
-rw-r--r--connectivity/source/inc/ParameterSubstitution.hxx2
-rw-r--r--connectivity/source/inc/TDatabaseMetaDataBase.hxx2
-rw-r--r--connectivity/source/inc/calc/CConnection.hxx2
-rw-r--r--connectivity/source/inc/calc/CDatabaseMetaData.hxx2
-rw-r--r--connectivity/source/inc/dbase/DConnection.hxx2
-rw-r--r--connectivity/source/inc/dbase/DDatabaseMetaData.hxx2
-rw-r--r--connectivity/source/inc/dbase/DIndex.hxx2
-rw-r--r--connectivity/source/inc/file/FConnection.hxx2
-rw-r--r--connectivity/source/inc/file/FDatabaseMetaData.hxx2
-rw-r--r--connectivity/source/inc/file/FPreparedStatement.hxx2
-rw-r--r--connectivity/source/inc/file/FResultSet.hxx2
-rw-r--r--connectivity/source/inc/file/FResultSetMetaData.hxx2
-rw-r--r--connectivity/source/inc/file/FStatement.hxx2
-rw-r--r--connectivity/source/inc/file/FTable.hxx2
-rw-r--r--connectivity/source/inc/file/fcomp.hxx4
-rw-r--r--connectivity/source/inc/flat/EConnection.hxx2
-rw-r--r--connectivity/source/inc/flat/EDatabaseMetaData.hxx2
-rw-r--r--connectivity/source/inc/hsqldb/HConnection.hxx2
-rw-r--r--connectivity/source/inc/hsqldb/HDriver.hxx2
-rw-r--r--connectivity/source/inc/hsqldb/HView.hxx2
-rw-r--r--connectivity/source/inc/java/io/InputStream.hxx2
-rw-r--r--connectivity/source/inc/java/io/Reader.hxx2
-rw-r--r--connectivity/source/inc/java/lang/Boolean.hxx2
-rw-r--r--connectivity/source/inc/java/lang/Class.hxx2
-rw-r--r--connectivity/source/inc/java/lang/Exception.hxx2
-rw-r--r--connectivity/source/inc/java/lang/String.hxx2
-rw-r--r--connectivity/source/inc/java/lang/Throwable.hxx2
-rw-r--r--connectivity/source/inc/java/math/BigDecimal.hxx2
-rw-r--r--connectivity/source/inc/java/sql/Array.hxx2
-rw-r--r--connectivity/source/inc/java/sql/Blob.hxx2
-rw-r--r--connectivity/source/inc/java/sql/CallableStatement.hxx2
-rw-r--r--connectivity/source/inc/java/sql/Clob.hxx2
-rw-r--r--connectivity/source/inc/java/sql/Connection.hxx2
-rw-r--r--connectivity/source/inc/java/sql/DatabaseMetaData.hxx2
-rw-r--r--connectivity/source/inc/java/sql/Driver.hxx2
-rw-r--r--connectivity/source/inc/java/sql/DriverPropertyInfo.hxx2
-rw-r--r--connectivity/source/inc/java/sql/JStatement.hxx4
-rw-r--r--connectivity/source/inc/java/sql/PreparedStatement.hxx2
-rw-r--r--connectivity/source/inc/java/sql/Ref.hxx2
-rw-r--r--connectivity/source/inc/java/sql/ResultSet.hxx2
-rw-r--r--connectivity/source/inc/java/sql/ResultSetMetaData.hxx2
-rw-r--r--connectivity/source/inc/java/sql/SQLException.hxx2
-rw-r--r--connectivity/source/inc/java/sql/SQLWarning.hxx2
-rw-r--r--connectivity/source/inc/java/sql/Timestamp.hxx6
-rw-r--r--connectivity/source/inc/java/util/Date.hxx2
-rw-r--r--connectivity/source/inc/java/util/Property.hxx2
-rw-r--r--connectivity/source/inc/mysql/YDriver.hxx2
-rw-r--r--connectivity/source/inc/odbc/OConnection.hxx2
-rw-r--r--connectivity/source/inc/odbc/ODatabaseMetaData.hxx2
-rw-r--r--connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx2
-rw-r--r--connectivity/source/inc/odbc/OResultSet.hxx2
-rw-r--r--connectivity/source/inc/odbc/OResultSetMetaData.hxx2
-rw-r--r--connectivity/source/inc/odbc/OStatement.hxx4
55 files changed, 60 insertions, 60 deletions
diff --git a/connectivity/source/inc/FDatabaseMetaDataResultSet.hxx b/connectivity/source/inc/FDatabaseMetaDataResultSet.hxx
index 6d491ed34ee9..ccfdfa1dde95 100644
--- a/connectivity/source/inc/FDatabaseMetaDataResultSet.hxx
+++ b/connectivity/source/inc/FDatabaseMetaDataResultSet.hxx
@@ -138,7 +138,7 @@ namespace connectivity
// OPropertySetHelper
virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper() override;
- virtual ~ODatabaseMetaDataResultSet();
+ virtual ~ODatabaseMetaDataResultSet() override;
public:
virtual void SAL_CALL acquire() throw() override;
diff --git a/connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx b/connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx
index 9f1c4c60db90..a564f891ead8 100644
--- a/connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx
+++ b/connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx
@@ -41,7 +41,7 @@ namespace connectivity
::std::map<sal_Int32,connectivity::OColumn>::const_iterator m_mColumnsIter;
protected:
- virtual ~ODatabaseMetaDataResultSetMetaData();
+ virtual ~ODatabaseMetaDataResultSetMetaData() override;
public:
// a Constructor, that is needed for when Returning the Object is needed:
// ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird:
diff --git a/connectivity/source/inc/ParameterSubstitution.hxx b/connectivity/source/inc/ParameterSubstitution.hxx
index eea23aecde41..df664617750d 100644
--- a/connectivity/source/inc/ParameterSubstitution.hxx
+++ b/connectivity/source/inc/ParameterSubstitution.hxx
@@ -47,7 +47,7 @@ namespace connectivity
static css::uno::Reference< css::uno::XInterface > create( const css::uno::Reference< css::uno::XComponentContext > & xContext);
protected:
ParameterSubstitution(const css::uno::Reference< css::uno::XComponentContext >& _rxContext );
- virtual ~ParameterSubstitution(){}
+ virtual ~ParameterSubstitution() override {}
// XServiceInfo
virtual OUString SAL_CALL getImplementationName( ) throw (css::uno::RuntimeException, std::exception) override;
diff --git a/connectivity/source/inc/TDatabaseMetaDataBase.hxx b/connectivity/source/inc/TDatabaseMetaDataBase.hxx
index 466b123cf50c..0ad1a0103f08 100644
--- a/connectivity/source/inc/TDatabaseMetaDataBase.hxx
+++ b/connectivity/source/inc/TDatabaseMetaDataBase.hxx
@@ -68,7 +68,7 @@ namespace connectivity
css::uno::Reference< css::sdbc::XConnection > m_xConnection;
css::uno::Reference< css::lang::XEventListener> m_xListenerHelper; // forward the calls from the connection to me
- virtual ~ODatabaseMetaDataBase();
+ virtual ~ODatabaseMetaDataBase() override;
protected:
virtual css::uno::Reference< css::sdbc::XResultSet > impl_getTypeInfo_throw() = 0;
diff --git a/connectivity/source/inc/calc/CConnection.hxx b/connectivity/source/inc/calc/CConnection.hxx
index a5e46b237b26..adc523601388 100644
--- a/connectivity/source/inc/calc/CConnection.hxx
+++ b/connectivity/source/inc/calc/CConnection.hxx
@@ -109,7 +109,7 @@ namespace connectivity
public:
OCalcConnection(ODriver* _pDriver);
- virtual ~OCalcConnection();
+ virtual ~OCalcConnection() override;
virtual void construct(const OUString& _rUrl,
const css::uno::Sequence< css::beans::PropertyValue >& _rInfo )
diff --git a/connectivity/source/inc/calc/CDatabaseMetaData.hxx b/connectivity/source/inc/calc/CDatabaseMetaData.hxx
index f28ee1cfd402..aeea9cfd2719 100644
--- a/connectivity/source/inc/calc/CDatabaseMetaData.hxx
+++ b/connectivity/source/inc/calc/CDatabaseMetaData.hxx
@@ -42,7 +42,7 @@ namespace connectivity
virtual sal_Int32 SAL_CALL getMaxColumnsInTable( ) throw(css::sdbc::SQLException, css::uno::RuntimeException, std::exception) override;
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL getTables( const css::uno::Any& catalog, const OUString& schemaPattern, const OUString& tableNamePattern, const css::uno::Sequence< OUString >& types ) throw(css::sdbc::SQLException, css::uno::RuntimeException, std::exception) override;
protected:
- virtual ~OCalcDatabaseMetaData();
+ virtual ~OCalcDatabaseMetaData() override;
public:
OCalcDatabaseMetaData(file::OConnection* _pCon);
};
diff --git a/connectivity/source/inc/dbase/DConnection.hxx b/connectivity/source/inc/dbase/DConnection.hxx
index 07ca10a7d8b2..5bdecab83ba8 100644
--- a/connectivity/source/inc/dbase/DConnection.hxx
+++ b/connectivity/source/inc/dbase/DConnection.hxx
@@ -31,7 +31,7 @@ namespace connectivity
class ODbaseConnection : public ODbaseConnection_Base
{
protected:
- virtual ~ODbaseConnection();
+ virtual ~ODbaseConnection() override;
public:
ODbaseConnection(ODriver* _pDriver);
// XServiceInfo
diff --git a/connectivity/source/inc/dbase/DDatabaseMetaData.hxx b/connectivity/source/inc/dbase/DDatabaseMetaData.hxx
index b384186361bf..944a18cdf23d 100644
--- a/connectivity/source/inc/dbase/DDatabaseMetaData.hxx
+++ b/connectivity/source/inc/dbase/DDatabaseMetaData.hxx
@@ -50,7 +50,7 @@ namespace connectivity
virtual bool impl_storesMixedCaseQuotedIdentifiers_throw( ) override;
virtual bool impl_supportsMixedCaseQuotedIdentifiers_throw( ) override;
protected:
- virtual ~ODbaseDatabaseMetaData();
+ virtual ~ODbaseDatabaseMetaData() override;
public:
ODbaseDatabaseMetaData(file::OConnection* _pCon);
};
diff --git a/connectivity/source/inc/dbase/DIndex.hxx b/connectivity/source/inc/dbase/DIndex.hxx
index afe45a478708..0ddc28c523b9 100644
--- a/connectivity/source/inc/dbase/DIndex.hxx
+++ b/connectivity/source/inc/dbase/DIndex.hxx
@@ -88,7 +88,7 @@ namespace connectivity
// Closes and kills the index file and throws an error
void impl_killFileAndthrowError_throw(sal_uInt16 _nErrorId,const OUString& _sFile);
protected:
- virtual ~ODbaseIndex();
+ virtual ~ODbaseIndex() override;
public:
ODbaseIndex(ODbaseTable* _pTable);
ODbaseIndex(ODbaseTable* _pTable,const NDXHeader& _aHeader,const OUString& Name);
diff --git a/connectivity/source/inc/file/FConnection.hxx b/connectivity/source/inc/file/FConnection.hxx
index 9ebcdde2deae..f25d82f349e7 100644
--- a/connectivity/source/inc/file/FConnection.hxx
+++ b/connectivity/source/inc/file/FConnection.hxx
@@ -71,7 +71,7 @@ namespace connectivity
void throwUrlNotValid(const OUString & _rsUrl,const OUString & _rsMessage);
- virtual ~OConnection();
+ virtual ~OConnection() override;
public:
OConnection(OFileDriver* _pDriver);
diff --git a/connectivity/source/inc/file/FDatabaseMetaData.hxx b/connectivity/source/inc/file/FDatabaseMetaData.hxx
index c741cea7cd2f..ecc315ec5426 100644
--- a/connectivity/source/inc/file/FDatabaseMetaData.hxx
+++ b/connectivity/source/inc/file/FDatabaseMetaData.hxx
@@ -52,7 +52,7 @@ namespace connectivity
virtual bool impl_storesMixedCaseQuotedIdentifiers_throw( ) override;
protected:
OConnection* m_pConnection; // I need the native class not only the interface
- virtual ~ODatabaseMetaData();
+ virtual ~ODatabaseMetaData() override;
public:
ODatabaseMetaData(OConnection* _pCon);
diff --git a/connectivity/source/inc/file/FPreparedStatement.hxx b/connectivity/source/inc/file/FPreparedStatement.hxx
index 7d4d86855c9c..825186000e10 100644
--- a/connectivity/source/inc/file/FPreparedStatement.hxx
+++ b/connectivity/source/inc/file/FPreparedStatement.hxx
@@ -67,7 +67,7 @@ namespace connectivity
virtual void parseParamterElem(const OUString& _sColumnName,OSQLParseNode* pRow_Value_Constructor_Elem) override;
virtual void initializeResultSet(OResultSet* _pResult) override;
- virtual ~OPreparedStatement();
+ virtual ~OPreparedStatement() override;
public:
DECLARE_SERVICE_INFO();
// a Constructor, that is needed for when Returning the Object is needed:
diff --git a/connectivity/source/inc/file/FResultSet.hxx b/connectivity/source/inc/file/FResultSet.hxx
index f6b0c210d0c8..ea0576814682 100644
--- a/connectivity/source/inc/file/FResultSet.hxx
+++ b/connectivity/source/inc/file/FResultSet.hxx
@@ -156,7 +156,7 @@ namespace connectivity
// OPropertySetHelper
virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper() override;
- virtual ~OResultSet();
+ virtual ~OResultSet() override;
public:
DECLARE_SERVICE_INFO();
// a Constructor, that is needed for when Returning the Object is needed:
diff --git a/connectivity/source/inc/file/FResultSetMetaData.hxx b/connectivity/source/inc/file/FResultSetMetaData.hxx
index d7ba1d8e92f5..baadbc9d3629 100644
--- a/connectivity/source/inc/file/FResultSetMetaData.hxx
+++ b/connectivity/source/inc/file/FResultSetMetaData.hxx
@@ -45,7 +45,7 @@ namespace connectivity
void checkColumnIndex(sal_Int32 column) throw(css::sdbc::SQLException, css::uno::RuntimeException);
protected:
- virtual ~OResultSetMetaData();
+ virtual ~OResultSetMetaData() override;
public:
// a Constructor, that is needed for when Returning the Object is needed:
OResultSetMetaData(const ::rtl::Reference<connectivity::OSQLColumns>& _rxColumns,const OUString& _aTableName,OFileTable* _pTable);
diff --git a/connectivity/source/inc/file/FStatement.hxx b/connectivity/source/inc/file/FStatement.hxx
index aa3398daa7c8..ffdc75150dfd 100644
--- a/connectivity/source/inc/file/FStatement.hxx
+++ b/connectivity/source/inc/file/FStatement.hxx
@@ -127,7 +127,7 @@ namespace connectivity
virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const override;
// OPropertySetHelper
virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper() override;
- virtual ~OStatement_Base();
+ virtual ~OStatement_Base() override;
public:
connectivity::OSQLParseNode* getParseTree() const { return m_pParseTree;}
diff --git a/connectivity/source/inc/file/FTable.hxx b/connectivity/source/inc/file/FTable.hxx
index 3c460ff91710..e500849b69ab 100644
--- a/connectivity/source/inc/file/FTable.hxx
+++ b/connectivity/source/inc/file/FTable.hxx
@@ -48,7 +48,7 @@ namespace connectivity
// so we have to
virtual void FileClose();
- virtual ~OFileTable( );
+ virtual ~OFileTable( ) override;
public:
virtual void refreshColumns() override;
virtual void refreshKeys() override;
diff --git a/connectivity/source/inc/file/fcomp.hxx b/connectivity/source/inc/file/fcomp.hxx
index 5c3d0f2d773e..90f99dc86899 100644
--- a/connectivity/source/inc/file/fcomp.hxx
+++ b/connectivity/source/inc/file/fcomp.hxx
@@ -47,7 +47,7 @@ namespace connectivity
public:
OPredicateCompiler(OSQLAnalyzer* pAnalyzer);
- virtual ~OPredicateCompiler();
+ virtual ~OPredicateCompiler() override;
inline static void * SAL_CALL operator new( size_t nSize )
{ return ::rtl_allocateMemory( nSize ); }
@@ -86,7 +86,7 @@ namespace connectivity
public:
OPredicateInterpreter(const ::rtl::Reference<OPredicateCompiler>& rComp) : m_rCompiler(rComp){}
- virtual ~OPredicateInterpreter();
+ virtual ~OPredicateInterpreter() override;
bool evaluate(OCodeList& rCodeList);
void evaluateSelection(OCodeList& rCodeList,ORowSetValueDecoratorRef& _rVal);
diff --git a/connectivity/source/inc/flat/EConnection.hxx b/connectivity/source/inc/flat/EConnection.hxx
index e3e8fe6e137d..69cd800481f4 100644
--- a/connectivity/source/inc/flat/EConnection.hxx
+++ b/connectivity/source/inc/flat/EConnection.hxx
@@ -38,7 +38,7 @@ namespace connectivity
sal_Unicode m_cThousandDelimiter;
public:
OFlatConnection(ODriver* _pDriver);
- virtual ~OFlatConnection();
+ virtual ~OFlatConnection() override;
virtual void construct(const OUString& _rUrl,const css::uno::Sequence< css::beans::PropertyValue >& _rInfo ) throw(css::sdbc::SQLException, css::uno::RuntimeException, std::exception) override;
diff --git a/connectivity/source/inc/flat/EDatabaseMetaData.hxx b/connectivity/source/inc/flat/EDatabaseMetaData.hxx
index 830fab24349b..bb43fe61c0a8 100644
--- a/connectivity/source/inc/flat/EDatabaseMetaData.hxx
+++ b/connectivity/source/inc/flat/EDatabaseMetaData.hxx
@@ -34,7 +34,7 @@ namespace connectivity
{
virtual css::uno::Reference< css::sdbc::XResultSet > impl_getTypeInfo_throw() override;
protected:
- virtual ~OFlatDatabaseMetaData();
+ virtual ~OFlatDatabaseMetaData() override;
public:
OFlatDatabaseMetaData(file::OConnection* _pCon);
diff --git a/connectivity/source/inc/hsqldb/HConnection.hxx b/connectivity/source/inc/hsqldb/HConnection.hxx
index 2cffd40677e4..b3535023d82c 100644
--- a/connectivity/source/inc/hsqldb/HConnection.hxx
+++ b/connectivity/source/inc/hsqldb/HConnection.hxx
@@ -66,7 +66,7 @@ namespace connectivity
protected:
virtual void SAL_CALL disposing() override;
- virtual ~OHsqlConnection();
+ virtual ~OHsqlConnection() override;
public:
OHsqlConnection(
diff --git a/connectivity/source/inc/hsqldb/HDriver.hxx b/connectivity/source/inc/hsqldb/HDriver.hxx
index 255c6609b5d3..dd19db7ebc1d 100644
--- a/connectivity/source/inc/hsqldb/HDriver.hxx
+++ b/connectivity/source/inc/hsqldb/HDriver.hxx
@@ -117,7 +117,7 @@ namespace connectivity
void flushConnections();
protected:
/// dtor
- virtual ~ODriverDelegator();
+ virtual ~ODriverDelegator() override;
// OComponentHelper
virtual void SAL_CALL disposing() override;
diff --git a/connectivity/source/inc/hsqldb/HView.hxx b/connectivity/source/inc/hsqldb/HView.hxx
index 09fc95e4dbde..1d83bc7de085 100644
--- a/connectivity/source/inc/hsqldb/HView.hxx
+++ b/connectivity/source/inc/hsqldb/HView.hxx
@@ -52,7 +52,7 @@ namespace connectivity { namespace hsqldb
virtual void SAL_CALL alterCommand( const OUString& NewCommand ) throw (css::sdbc::SQLException, css::uno::RuntimeException, std::exception) override;
protected:
- virtual ~HView();
+ virtual ~HView() override;
protected:
// OPropertyContainer
diff --git a/connectivity/source/inc/java/io/InputStream.hxx b/connectivity/source/inc/java/io/InputStream.hxx
index c4ca05517e4f..c63013a796e9 100644
--- a/connectivity/source/inc/java/io/InputStream.hxx
+++ b/connectivity/source/inc/java/io/InputStream.hxx
@@ -35,7 +35,7 @@ namespace connectivity
protected:
// static Data for the Class
static jclass theClass;
- virtual ~java_io_InputStream();
+ virtual ~java_io_InputStream() override;
public:
virtual jclass getMyClass() const override;
// a Constructor, that is needed for when Returning the Object is needed:
diff --git a/connectivity/source/inc/java/io/Reader.hxx b/connectivity/source/inc/java/io/Reader.hxx
index 6002f4f4dc58..64b71e6f0c0b 100644
--- a/connectivity/source/inc/java/io/Reader.hxx
+++ b/connectivity/source/inc/java/io/Reader.hxx
@@ -36,7 +36,7 @@ namespace connectivity
protected:
// static Data for the Class
static jclass theClass;
- virtual ~java_io_Reader();
+ virtual ~java_io_Reader() override;
boost::optional<char> m_buf;
public:
virtual jclass getMyClass() const override;
diff --git a/connectivity/source/inc/java/lang/Boolean.hxx b/connectivity/source/inc/java/lang/Boolean.hxx
index 682294709f24..399a9191ca46 100644
--- a/connectivity/source/inc/java/lang/Boolean.hxx
+++ b/connectivity/source/inc/java/lang/Boolean.hxx
@@ -32,7 +32,7 @@ namespace connectivity
static jclass theClass;
public:
virtual jclass getMyClass() const override;
- virtual ~java_lang_Boolean();
+ virtual ~java_lang_Boolean() override;
// a Constructor, that is needed for when Returning the Object is needed:
java_lang_Boolean( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}
diff --git a/connectivity/source/inc/java/lang/Class.hxx b/connectivity/source/inc/java/lang/Class.hxx
index 2ad8e4c4f6fa..8dc8b3fb6eea 100644
--- a/connectivity/source/inc/java/lang/Class.hxx
+++ b/connectivity/source/inc/java/lang/Class.hxx
@@ -32,7 +32,7 @@ namespace connectivity
static jclass theClass;
public:
virtual jclass getMyClass() const override;
- virtual ~java_lang_Class();
+ virtual ~java_lang_Class() override;
// a Constructor, that is needed for when Returning the Object is needed:
java_lang_Class( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}
diff --git a/connectivity/source/inc/java/lang/Exception.hxx b/connectivity/source/inc/java/lang/Exception.hxx
index fd0d670cb4a4..ea63cbcf3240 100644
--- a/connectivity/source/inc/java/lang/Exception.hxx
+++ b/connectivity/source/inc/java/lang/Exception.hxx
@@ -33,7 +33,7 @@ namespace connectivity
static jclass theClass;
public:
virtual jclass getMyClass() const override;
- virtual ~java_lang_Exception();
+ virtual ~java_lang_Exception() override;
// a Constructor, that is needed for when Returning the Object is needed:
java_lang_Exception( JNIEnv * pEnv, jobject myObj ) : java_lang_Throwable( pEnv, myObj ){}
diff --git a/connectivity/source/inc/java/lang/String.hxx b/connectivity/source/inc/java/lang/String.hxx
index c39fbb84f871..45807594c9ea 100644
--- a/connectivity/source/inc/java/lang/String.hxx
+++ b/connectivity/source/inc/java/lang/String.hxx
@@ -30,7 +30,7 @@ namespace connectivity
static jclass theClass;
public:
virtual jclass getMyClass() const override;
- virtual ~java_lang_String();
+ virtual ~java_lang_String() override;
// a Constructor, that is needed for when Returning the Object is needed:
java_lang_String( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}
diff --git a/connectivity/source/inc/java/lang/Throwable.hxx b/connectivity/source/inc/java/lang/Throwable.hxx
index 5cdbb83ab9b6..898d1b84100d 100644
--- a/connectivity/source/inc/java/lang/Throwable.hxx
+++ b/connectivity/source/inc/java/lang/Throwable.hxx
@@ -33,7 +33,7 @@ namespace connectivity
static jclass theClass;
public:
virtual jclass getMyClass() const override;
- virtual ~java_lang_Throwable();
+ virtual ~java_lang_Throwable() override;
// a Constructor, that is needed for when Returning the Object is needed:
java_lang_Throwable( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}
OUString getMessage() const;
diff --git a/connectivity/source/inc/java/math/BigDecimal.hxx b/connectivity/source/inc/java/math/BigDecimal.hxx
index e3033c88f339..0b94e6b2187c 100644
--- a/connectivity/source/inc/java/math/BigDecimal.hxx
+++ b/connectivity/source/inc/java/math/BigDecimal.hxx
@@ -31,7 +31,7 @@ namespace connectivity
static jclass theClass;
public:
virtual jclass getMyClass() const override;
- virtual ~java_math_BigDecimal();
+ virtual ~java_math_BigDecimal() override;
java_math_BigDecimal( const OUString& _par0 );
java_math_BigDecimal( const double& _par0 );
diff --git a/connectivity/source/inc/java/sql/Array.hxx b/connectivity/source/inc/java/sql/Array.hxx
index 4beb463ef21f..70f4efeb8005 100644
--- a/connectivity/source/inc/java/sql/Array.hxx
+++ b/connectivity/source/inc/java/sql/Array.hxx
@@ -37,7 +37,7 @@ namespace connectivity
static jclass theClass;
public:
virtual jclass getMyClass() const override;
- virtual ~java_sql_Array();
+ virtual ~java_sql_Array() override;
// A ctor that is needed for returning the object
java_sql_Array( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}
diff --git a/connectivity/source/inc/java/sql/Blob.hxx b/connectivity/source/inc/java/sql/Blob.hxx
index f3c3667c2eec..42547795ac29 100644
--- a/connectivity/source/inc/java/sql/Blob.hxx
+++ b/connectivity/source/inc/java/sql/Blob.hxx
@@ -36,7 +36,7 @@ namespace connectivity
protected:
// Static data for the class
static jclass theClass;
- virtual ~java_sql_Blob();
+ virtual ~java_sql_Blob() override;
public:
virtual jclass getMyClass() const override;
diff --git a/connectivity/source/inc/java/sql/CallableStatement.hxx b/connectivity/source/inc/java/sql/CallableStatement.hxx
index d1ce5a7de665..fba2958853e7 100644
--- a/connectivity/source/inc/java/sql/CallableStatement.hxx
+++ b/connectivity/source/inc/java/sql/CallableStatement.hxx
@@ -39,7 +39,7 @@ namespace connectivity
static jclass theClass;
virtual void createStatement(JNIEnv* _pEnv) override;
- virtual ~java_sql_CallableStatement();
+ virtual ~java_sql_CallableStatement() override;
public:
DECLARE_SERVICE_INFO();
virtual jclass getMyClass() const override;
diff --git a/connectivity/source/inc/java/sql/Clob.hxx b/connectivity/source/inc/java/sql/Clob.hxx
index 167b10bfe03d..9ccfd22866b0 100644
--- a/connectivity/source/inc/java/sql/Clob.hxx
+++ b/connectivity/source/inc/java/sql/Clob.hxx
@@ -36,7 +36,7 @@ namespace connectivity
protected:
// Static data for the class
static jclass theClass;
- virtual ~java_sql_Clob();
+ virtual ~java_sql_Clob() override;
public:
virtual jclass getMyClass() const override;
diff --git a/connectivity/source/inc/java/sql/Connection.hxx b/connectivity/source/inc/java/sql/Connection.hxx
index 8753069a7267..8b77b5831a8f 100644
--- a/connectivity/source/inc/java/sql/Connection.hxx
+++ b/connectivity/source/inc/java/sql/Connection.hxx
@@ -80,7 +80,7 @@ namespace connectivity
// Static data for the class
static jclass theClass;
- virtual ~java_sql_Connection();
+ virtual ~java_sql_Connection() override;
public:
virtual jclass getMyClass() const override;
diff --git a/connectivity/source/inc/java/sql/DatabaseMetaData.hxx b/connectivity/source/inc/java/sql/DatabaseMetaData.hxx
index 478dc88bb39e..5484be5c099d 100644
--- a/connectivity/source/inc/java/sql/DatabaseMetaData.hxx
+++ b/connectivity/source/inc/java/sql/DatabaseMetaData.hxx
@@ -42,7 +42,7 @@ namespace connectivity
public:
virtual jclass getMyClass() const override;
- virtual ~java_sql_DatabaseMetaData();
+ virtual ~java_sql_DatabaseMetaData() override;
// A ctor that is needed for returning the object
java_sql_DatabaseMetaData( JNIEnv * pEnv, jobject myObj, java_sql_Connection& _rConnection );
diff --git a/connectivity/source/inc/java/sql/Driver.hxx b/connectivity/source/inc/java/sql/Driver.hxx
index bb91e40b85a3..876f00f1eb20 100644
--- a/connectivity/source/inc/java/sql/Driver.hxx
+++ b/connectivity/source/inc/java/sql/Driver.hxx
@@ -37,7 +37,7 @@ namespace connectivity
::comphelper::ResourceBasedEventLogger m_aLogger;
protected:
- virtual ~java_sql_Driver();
+ virtual ~java_sql_Driver() override;
public:
java_sql_Driver(const css::uno::Reference< css::uno::XComponentContext >& _rxContext);
diff --git a/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx b/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
index a745fefb62c1..6594b716dd7d 100644
--- a/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
+++ b/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
@@ -36,7 +36,7 @@ namespace connectivity
static jclass theClass;
public:
virtual jclass getMyClass() const override;
- virtual ~java_sql_DriverPropertyInfo();
+ virtual ~java_sql_DriverPropertyInfo() override;
};
}
diff --git a/connectivity/source/inc/java/sql/JStatement.hxx b/connectivity/source/inc/java/sql/JStatement.hxx
index fe7ff029f349..7c53219b5fea 100644
--- a/connectivity/source/inc/java/sql/JStatement.hxx
+++ b/connectivity/source/inc/java/sql/JStatement.hxx
@@ -115,7 +115,7 @@ namespace connectivity
virtual void createStatement(JNIEnv* _pEnv) = 0;
- virtual ~java_sql_Statement_Base();
+ virtual ~java_sql_Statement_Base() override;
sal_Int32 impl_getProperty(const char* _pMethodName, jmethodID& _inout_MethodID);
sal_Int32 impl_getProperty(const char* _pMethodName, jmethodID& _inout_MethodID,sal_Int32 _nDefault);
@@ -187,7 +187,7 @@ namespace connectivity
virtual void createStatement(JNIEnv* _pEnv) override;
- virtual ~java_sql_Statement();
+ virtual ~java_sql_Statement() override;
public:
DECLARE_SERVICE_INFO();
virtual jclass getMyClass() const override;
diff --git a/connectivity/source/inc/java/sql/PreparedStatement.hxx b/connectivity/source/inc/java/sql/PreparedStatement.hxx
index 2a25a32c79ae..0a1721fd0c99 100644
--- a/connectivity/source/inc/java/sql/PreparedStatement.hxx
+++ b/connectivity/source/inc/java/sql/PreparedStatement.hxx
@@ -44,7 +44,7 @@ namespace connectivity
static jclass theClass;
virtual void createStatement(JNIEnv* _pEnv) override;
- virtual ~java_sql_PreparedStatement();
+ virtual ~java_sql_PreparedStatement() override;
public:
DECLARE_SERVICE_INFO();
virtual jclass getMyClass() const override;
diff --git a/connectivity/source/inc/java/sql/Ref.hxx b/connectivity/source/inc/java/sql/Ref.hxx
index aa28c2c1a21b..7d2ea6a0aad6 100644
--- a/connectivity/source/inc/java/sql/Ref.hxx
+++ b/connectivity/source/inc/java/sql/Ref.hxx
@@ -35,7 +35,7 @@ namespace connectivity
protected:
// Static data for the class
static jclass theClass;
- virtual ~java_sql_Ref();
+ virtual ~java_sql_Ref() override;
public:
virtual jclass getMyClass() const override;
diff --git a/connectivity/source/inc/java/sql/ResultSet.hxx b/connectivity/source/inc/java/sql/ResultSet.hxx
index 975352c53f1c..4ef232421530 100644
--- a/connectivity/source/inc/java/sql/ResultSet.hxx
+++ b/connectivity/source/inc/java/sql/ResultSet.hxx
@@ -97,7 +97,7 @@ namespace connectivity
css::uno::Any& rValue,
sal_Int32 nHandle
) const override;
- virtual ~java_sql_ResultSet();
+ virtual ~java_sql_ResultSet() override;
public:
DECLARE_SERVICE_INFO();
virtual jclass getMyClass() const override;
diff --git a/connectivity/source/inc/java/sql/ResultSetMetaData.hxx b/connectivity/source/inc/java/sql/ResultSetMetaData.hxx
index 279e7f784d99..9e830c10ad41 100644
--- a/connectivity/source/inc/java/sql/ResultSetMetaData.hxx
+++ b/connectivity/source/inc/java/sql/ResultSetMetaData.hxx
@@ -39,7 +39,7 @@ namespace connectivity
// Static data for the class
static jclass theClass;
- virtual ~java_sql_ResultSetMetaData();
+ virtual ~java_sql_ResultSetMetaData() override;
public:
virtual jclass getMyClass() const override;
diff --git a/connectivity/source/inc/java/sql/SQLException.hxx b/connectivity/source/inc/java/sql/SQLException.hxx
index cddf852997e6..e276f9873ab9 100644
--- a/connectivity/source/inc/java/sql/SQLException.hxx
+++ b/connectivity/source/inc/java/sql/SQLException.hxx
@@ -41,7 +41,7 @@ namespace connectivity
static jclass theClass;
public:
virtual jclass getMyClass() const override;
- virtual ~java_sql_SQLException_BASE();
+ virtual ~java_sql_SQLException_BASE() override;
// A ctor that is needed for returning the object
java_sql_SQLException_BASE( JNIEnv * pEnv, jobject myObj );
diff --git a/connectivity/source/inc/java/sql/SQLWarning.hxx b/connectivity/source/inc/java/sql/SQLWarning.hxx
index ad30f7a6e884..f1840cedb26f 100644
--- a/connectivity/source/inc/java/sql/SQLWarning.hxx
+++ b/connectivity/source/inc/java/sql/SQLWarning.hxx
@@ -33,7 +33,7 @@ namespace connectivity
static jclass theClass;
public:
virtual jclass getMyClass() const override;
- virtual ~java_sql_SQLWarning_BASE();
+ virtual ~java_sql_SQLWarning_BASE() override;
// A ctor that is needed for returning the object
java_sql_SQLWarning_BASE( JNIEnv * pEnv, jobject myObj ) : java_sql_SQLException_BASE( pEnv, myObj ){}
diff --git a/connectivity/source/inc/java/sql/Timestamp.hxx b/connectivity/source/inc/java/sql/Timestamp.hxx
index d05505119888..968638ad079c 100644
--- a/connectivity/source/inc/java/sql/Timestamp.hxx
+++ b/connectivity/source/inc/java/sql/Timestamp.hxx
@@ -37,7 +37,7 @@ namespace connectivity
static jclass theClass;
public:
virtual jclass getMyClass() const override;
- virtual ~java_sql_Date();
+ virtual ~java_sql_Date() override;
// A ctor that is needed for returning the object
java_sql_Date( JNIEnv * pEnv, jobject myObj ) : java_util_Date(pEnv,myObj){}
java_sql_Date( const css::util::Date& _rOut );
@@ -57,7 +57,7 @@ namespace connectivity
static jclass theClass;
public:
virtual jclass getMyClass() const override;
- virtual ~java_sql_Time();
+ virtual ~java_sql_Time() override;
// A ctor that is needed for returning the object
java_sql_Time( JNIEnv * pEnv, jobject myObj ) : java_util_Date( pEnv, myObj ){}
java_sql_Time( const css::util::Time& _rOut );
@@ -75,7 +75,7 @@ namespace connectivity
static jclass theClass;
public:
virtual jclass getMyClass() const override;
- virtual ~java_sql_Timestamp();
+ virtual ~java_sql_Timestamp() override;
// A ctor that is needed for returning the object
java_sql_Timestamp( JNIEnv * pEnv, jobject myObj ) : java_util_Date( pEnv, myObj ){}
java_sql_Timestamp( const css::util::DateTime& _rOut);
diff --git a/connectivity/source/inc/java/util/Date.hxx b/connectivity/source/inc/java/util/Date.hxx
index ea7d456fb9a3..ee71ff96420f 100644
--- a/connectivity/source/inc/java/util/Date.hxx
+++ b/connectivity/source/inc/java/util/Date.hxx
@@ -37,7 +37,7 @@ namespace connectivity
static jclass theClass;
public:
virtual jclass getMyClass() const override;
- virtual ~java_util_Date();
+ virtual ~java_util_Date() override;
// A ctor that is needed for returning the object
java_util_Date( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}
};
diff --git a/connectivity/source/inc/java/util/Property.hxx b/connectivity/source/inc/java/util/Property.hxx
index bb9c01bfc6f2..611e4d0f540f 100644
--- a/connectivity/source/inc/java/util/Property.hxx
+++ b/connectivity/source/inc/java/util/Property.hxx
@@ -30,7 +30,7 @@ namespace connectivity
static jclass theClass;
public:
virtual jclass getMyClass() const override;
- virtual ~java_util_Properties();
+ virtual ~java_util_Properties() override;
java_util_Properties( );
void setProperty(const OUString& key, const OUString& value);
};
diff --git a/connectivity/source/inc/mysql/YDriver.hxx b/connectivity/source/inc/mysql/YDriver.hxx
index 805abe8cb526..c3d5c92c383e 100644
--- a/connectivity/source/inc/mysql/YDriver.hxx
+++ b/connectivity/source/inc/mysql/YDriver.hxx
@@ -101,7 +101,7 @@ namespace connectivity
virtual css::uno::Reference< css::sdbcx::XTablesSupplier > SAL_CALL getDataDefinitionByURL( const OUString& url, const css::uno::Sequence< css::beans::PropertyValue >& info ) throw (css::sdbc::SQLException, css::uno::RuntimeException, std::exception) override;
protected:
/// dtor
- virtual ~ODriverDelegator();
+ virtual ~ODriverDelegator() override;
// OComponentHelper
virtual void SAL_CALL disposing() override;
};
diff --git a/connectivity/source/inc/odbc/OConnection.hxx b/connectivity/source/inc/odbc/OConnection.hxx
index dc61a99389c3..2dc2df43468b 100644
--- a/connectivity/source/inc/odbc/OConnection.hxx
+++ b/connectivity/source/inc/odbc/OConnection.hxx
@@ -84,7 +84,7 @@ namespace connectivity
OConnection(const SQLHANDLE _pDriverHandle,ODBCDriver* _pDriver);
// OConnection(const SQLHANDLE _pConnectionHandle);
- virtual ~OConnection();
+ virtual ~OConnection() override;
// OComponentHelper
virtual void SAL_CALL disposing() override;
diff --git a/connectivity/source/inc/odbc/ODatabaseMetaData.hxx b/connectivity/source/inc/odbc/ODatabaseMetaData.hxx
index 477972738cb5..781660f8b6e6 100644
--- a/connectivity/source/inc/odbc/ODatabaseMetaData.hxx
+++ b/connectivity/source/inc/odbc/ODatabaseMetaData.hxx
@@ -57,7 +57,7 @@ namespace connectivity
protected:
OUString getURLImpl();
virtual css::uno::Reference< css::sdbc::XResultSet > impl_getTypeInfo_throw() override;
- virtual ~ODatabaseMetaData();
+ virtual ~ODatabaseMetaData() override;
public:
ODatabaseMetaData(const SQLHANDLE _pHandle,OConnection* _pCon);
diff --git a/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx b/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx
index 8bd1d116fdcf..81dbea6092c4 100644
--- a/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx
+++ b/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx
@@ -108,7 +108,7 @@ namespace connectivity
virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const css::uno::Any& rValue )
throw (css::uno::Exception, std::exception) override;
virtual void SAL_CALL getFastPropertyValue( css::uno::Any& rValue, sal_Int32 nHandle ) const override;
- virtual ~ODatabaseMetaDataResultSet();
+ virtual ~ODatabaseMetaDataResultSet() override;
template < typename T, SQLSMALLINT sqlTypeId > T getInteger ( sal_Int32 columnIndex );
public:
diff --git a/connectivity/source/inc/odbc/OResultSet.hxx b/connectivity/source/inc/odbc/OResultSet.hxx
index 3d827fe4c184..ef117aadf1f2 100644
--- a/connectivity/source/inc/odbc/OResultSet.hxx
+++ b/connectivity/source/inc/odbc/OResultSet.hxx
@@ -215,7 +215,7 @@ namespace connectivity
DECLARE_SERVICE_INFO();
// A ctor that is needed for returning the object
OResultSet( SQLHANDLE _pStatementHandle,OStatement_Base* pStmt);
- virtual ~OResultSet();
+ virtual ~OResultSet() override;
void construct();
diff --git a/connectivity/source/inc/odbc/OResultSetMetaData.hxx b/connectivity/source/inc/odbc/OResultSetMetaData.hxx
index 4a8dfc4a883d..ed80647e27be 100644
--- a/connectivity/source/inc/odbc/OResultSetMetaData.hxx
+++ b/connectivity/source/inc/odbc/OResultSetMetaData.hxx
@@ -65,7 +65,7 @@ namespace connectivity
,m_nColCount(_vMapping.size()-1)
,m_bUseODBC2Types(false)
{}
- virtual ~OResultSetMetaData();
+ virtual ~OResultSetMetaData() override;
static SQLLEN getNumColAttrib(OConnection* _pConnection
diff --git a/connectivity/source/inc/odbc/OStatement.hxx b/connectivity/source/inc/odbc/OStatement.hxx
index 9d3a9631b145..0916ec841916 100644
--- a/connectivity/source/inc/odbc/OStatement.hxx
+++ b/connectivity/source/inc/odbc/OStatement.hxx
@@ -145,7 +145,7 @@ namespace connectivity
css::uno::Any& rValue,
sal_Int32 nHandle
) const override;
- virtual ~OStatement_Base();
+ virtual ~OStatement_Base() override;
public:
OStatement_Base(OConnection* _pConnection );
@@ -222,7 +222,7 @@ namespace connectivity
public css::lang::XServiceInfo
{
protected:
- virtual ~OStatement(){}
+ virtual ~OStatement() override {}
public:
// A ctor that is needed for returning the object
OStatement( OConnection* _pConnection) : OStatement_BASE2( _pConnection){}