diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2011-08-14 00:58:43 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2011-11-17 21:15:25 +0100 |
commit | 315ada423c166dc84a2b0232e7f532c7fb455246 (patch) | |
tree | 7c2d2bdfedcdc79033806a4814234490bf09c870 /connectivity/source/drivers/postgresql/pq_statement.hxx | |
parent | 198a4388ee9cd36bc8588cb31f50e3ef797062c8 (diff) |
pgsql-sdbc: avoid "getFastPropertyValue" virtual overridden in a better way
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_statement.hxx')
-rw-r--r-- | connectivity/source/drivers/postgresql/pq_statement.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_statement.hxx b/connectivity/source/drivers/postgresql/pq_statement.hxx index 10d63b24340a..0e1a8a6eeb73 100644 --- a/connectivity/source/drivers/postgresql/pq_statement.hxx +++ b/connectivity/source/drivers/postgresql/pq_statement.hxx @@ -167,13 +167,7 @@ public: // OPropertySetHelper const ::com::sun::star::uno::Any& rValue ) throw (::com::sun::star::uno::Exception); - ::com::sun::star::uno::Any SAL_CALL getFastPropertyValue( sal_Int32 nHandle ) - throw(::com::sun::star::beans::UnknownPropertyException, - ::com::sun::star::lang::WrappedTargetException, - ::com::sun::star::uno::RuntimeException) - { - return ::cppu::OPropertySetHelper::getFastPropertyValue(nHandle); - } + using ::cppu::OPropertySetHelper::getFastPropertyValue; void SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& rValue, |