summaryrefslogtreecommitdiff
path: root/connectivity/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-11 16:26:08 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-11 16:26:08 +0000
commitf60a69e90debb59af1af210dae7c77f623778f4b (patch)
tree5daab5e6a99bcaee0766986422c10b29a190a3d3 /connectivity/source/inc
parent1e2937b0dc81125aabba9e7777728ba817fca3ad (diff)
WaE, remove unused parameters
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r--connectivity/source/inc/hsqldb/HConnection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/hsqldb/HConnection.hxx b/connectivity/source/inc/hsqldb/HConnection.hxx
index 50e825c097..5c86cf9dee 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();
};
//==========================================================================