diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-11 16:26:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-11 16:26:08 +0000 |
commit | ecf28fe6aa3eee6f75421b4b5f8ce4969daa916b (patch) | |
tree | 6a67d91e14910a164c02498ed1585fa9e4422ee3 /connectivity/source/inc | |
parent | 25bfc31c645ced032fa9d1acf590eee147268a19 (diff) |
WaE, remove unused parameters
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r-- | connectivity/source/inc/hsqldb/HConnection.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/hsqldb/HConnection.hxx b/connectivity/source/inc/hsqldb/HConnection.hxx index ec954c102e9f..f86fdb9f4432 100644 --- a/connectivity/source/inc/hsqldb/HConnection.hxx +++ b/connectivity/source/inc/hsqldb/HConnection.hxx @@ -135,7 +135,7 @@ namespace connectivity /** retrieves the icon for HSQL TEXT TABLEs */ ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > - impl_getTextTableIcon_nothrow( ::sal_Int32 _ColorMode ); + impl_getTextTableIcon_nothrow(); }; //========================================================================== |