summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_xbase.hxx
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2011-08-05 15:58:37 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2011-11-17 21:15:20 +0100
commit7d3a6de0ed12c3b0165a49131a307594e8c22d8e (patch)
treea23d5875d5d18ae92a774724fb107b00de79ca8a /connectivity/source/drivers/postgresql/pq_xbase.hxx
parentc4fc6b22b3af76eb1ae1df8f2e739df46cc3e1a0 (diff)
Janitorial clean-up
- fix a bunch of compiler warnings - Copyright statement on files I modified
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_xbase.hxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_xbase.hxx10
1 files changed, 9 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xbase.hxx b/connectivity/source/drivers/postgresql/pq_xbase.hxx
index f05c352329ce..300de65a1d3b 100644
--- a/connectivity/source/drivers/postgresql/pq_xbase.hxx
+++ b/connectivity/source/drivers/postgresql/pq_xbase.hxx
@@ -125,7 +125,15 @@ public: // OPropertySetHelper
const ::com::sun::star::uno::Any& rValue )
throw (::com::sun::star::uno::Exception);
- virtual void SAL_CALL getFastPropertyValue(
+ ::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);
+ }
+
+ void SAL_CALL getFastPropertyValue(
::com::sun::star::uno::Any& rValue,
sal_Int32 nHandle ) const;