summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/TPrivilegesResultSet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/TPrivilegesResultSet.hxx')
-rw-r--r--connectivity/source/inc/TPrivilegesResultSet.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/TPrivilegesResultSet.hxx b/connectivity/source/inc/TPrivilegesResultSet.hxx
index 2737d0d50139..198f95205814 100644
--- a/connectivity/source/inc/TPrivilegesResultSet.hxx
+++ b/connectivity/source/inc/TPrivilegesResultSet.hxx
@@ -38,7 +38,7 @@ namespace connectivity
,const ::com::sun::star::uno::Any& catalog, const OUString& schemaPattern, const OUString& tableNamePattern);
// ::cppu::OComponentHelper
- virtual void SAL_CALL disposing(void) SAL_OVERRIDE;
+ virtual void SAL_CALL disposing() SAL_OVERRIDE;
// XResultSet
virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};