From e18b08363a939b35e7f5dc435e606d2c62bddebd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 18 Dec 2015 09:37:44 +0200 Subject: loplugin:unusedmethods Change-Id: Ifafdaf6da0225f244853a0042a6458643b570623 --- connectivity/source/drivers/postgresql/pq_xtable.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'connectivity') diff --git a/connectivity/source/drivers/postgresql/pq_xtable.hxx b/connectivity/source/drivers/postgresql/pq_xtable.hxx index 6812c25ff7c1..dc5368b48b7e 100644 --- a/connectivity/source/drivers/postgresql/pq_xtable.hxx +++ b/connectivity/source/drivers/postgresql/pq_xtable.hxx @@ -182,10 +182,6 @@ public: // XDataDescriptorFactory }; -void copyProperties( - ReflectionBase *target, - const com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet > & source ); - } -- cgit