summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_driver.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_driver.hxx')
-rw-r--r--mysqlc/source/mysqlc_driver.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysqlc/source/mysqlc_driver.hxx b/mysqlc/source/mysqlc_driver.hxx
index 21b299812dcb..f95e914729dc 100644
--- a/mysqlc/source/mysqlc_driver.hxx
+++ b/mysqlc/source/mysqlc_driver.hxx
@@ -79,7 +79,7 @@ namespace connectivity
MysqlCDriver(const Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory);
// OComponentHelper
- void SAL_CALL disposing(void) SAL_OVERRIDE;
+ void SAL_CALL disposing() SAL_OVERRIDE;
// XInterface
static rtl::OUString getImplementationName_Static() throw(RuntimeException);
static Sequence< rtl::OUString > getSupportedServiceNames_Static() throw(RuntimeException);