summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-11-29 17:18:30 +0000
committerMichael Meeks <michael.meeks@suse.com>2011-11-29 17:32:29 +0000
commit4cc501d8173373e9656ae5e568b43e3cb90587e7 (patch)
tree1e45eb979498f83543bd9bcc8efa1a256c5888d2 /connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx
parentdd750cf42b308cdbf48ebd54fdd6f4fa0865b91a (diff)
WaE: sizeable postgresql warning cleanup
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx b/connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx
index 1f2fe2a5b5ca..403b9206f5e2 100644
--- a/connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx
+++ b/connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx
@@ -211,6 +211,7 @@ void IndexColumns::dropByName( const ::rtl::OUString& elementName )
::com::sun::star::container::NoSuchElementException,
::com::sun::star::uno::RuntimeException)
{
+ (void) elementName;
throw com::sun::star::sdbc::SQLException(
ASCII_STR( "SDBC-POSTGRESQL: IndexesColumns.dropByName not yet implemented" ),
*this, OUString(), 1, Any() );
@@ -236,6 +237,7 @@ void IndexColumns::dropByIndex( sal_Int32 index )
::com::sun::star::lang::IndexOutOfBoundsException,
::com::sun::star::uno::RuntimeException)
{
+ (void) index;
throw com::sun::star::sdbc::SQLException(
ASCII_STR( "SDBC-POSTGRESQL: IndexesColumns.dropByIndex not yet implemented" ),
*this, OUString(), 1, Any() );