summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:34:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:34:08 +0200
commit41dbfa9ec7380e082279f1b01bfd323d23134b7d (patch)
treeb2410e90f102f76a986fb9db9ed5f9a2a1ee9500 /connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx
parentbdb21c75933fb62f4e28d31b6e908fdd1d5731d3 (diff)
loplugin:casttovoid: connectivity
Change-Id: I03127890499dac67816bb43a8c3fb9dd87eefcab
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx b/connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx
index 1bc732dbdcc3..bab35147b26b 100644
--- a/connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx
+++ b/connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx
@@ -169,9 +169,8 @@ void IndexColumns::appendByDescriptor(
}
-void IndexColumns::dropByName( const OUString& elementName )
+void IndexColumns::dropByName( const OUString& )
{
- (void) elementName;
throw css::sdbc::SQLException(
"SDBC-POSTGRESQL: IndexesColumns.dropByName not yet implemented",
*this, OUString(), 1, Any() );
@@ -192,9 +191,8 @@ void IndexColumns::dropByName( const OUString& elementName )
// dropByIndex( ii->second );
}
-void IndexColumns::dropByIndex( sal_Int32 index )
+void IndexColumns::dropByIndex( sal_Int32 )
{
- (void) index;
throw css::sdbc::SQLException(
"SDBC-POSTGRESQL: IndexesColumns.dropByIndex not yet implemented",
*this, OUString(), 1, Any() );