From ec3f72415850bd865eb030cf2b7edb55b99d4756 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 26 Nov 2015 16:01:56 +0200 Subject: loplugin:unusedfields Change-Id: Icac4ac1a2614e72bc9ff070819533e09eeb1a864 --- connectivity/source/inc/file/FConnection.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'connectivity/source/inc/file') diff --git a/connectivity/source/inc/file/FConnection.hxx b/connectivity/source/inc/file/FConnection.hxx index 034dbb4cb40b..58a57fce4201 100644 --- a/connectivity/source/inc/file/FConnection.hxx +++ b/connectivity/source/inc/file/FConnection.hxx @@ -54,8 +54,6 @@ namespace connectivity ::com::sun::star::uno::WeakReference< ::com::sun::star::sdbcx::XTablesSupplier> m_xCatalog; - ::com::sun::star::sdbc::SQLWarning m_aLastWarning; // Last SQLWarning generated by - OUString m_aFilenameExtension; OFileDriver* m_pDriver; // Pointer to the owning // driver object -- cgit