From 6e8f27455d255bb64f538a8283c52680acb1ddee Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 30 Jan 2008 06:57:10 +0000 Subject: INTEGRATION: CWS dba24d (1.16.78); FILE MERGED 2007/11/21 12:42:26 oj 1.16.78.1: #i68854# impl TypeSettingInfo for Oracle and some clean up --- connectivity/source/drivers/mozab/MConnection.hxx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'connectivity/source/drivers/mozab/MConnection.hxx') diff --git a/connectivity/source/drivers/mozab/MConnection.hxx b/connectivity/source/drivers/mozab/MConnection.hxx index e14fad8ca2c4..0d881bb71d32 100644 --- a/connectivity/source/drivers/mozab/MConnection.hxx +++ b/connectivity/source/drivers/mozab/MConnection.hxx @@ -4,9 +4,9 @@ * * $RCSfile: MConnection.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: vg $ $Date: 2007-03-26 13:59:49 $ + * last change: $Author: rt $ $Date: 2008-01-30 07:57:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -136,12 +136,6 @@ namespace connectivity //==================================================================== // Data attributes //==================================================================== - ::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XDatabaseMetaData > m_xMetaData; - - connectivity::OWeakRefArray m_aStatements; // vector containing a list - // of all the Statement objects - // for this Connection - ::com::sun::star::sdbc::SQLWarning m_aLastWarning; // Last SQLWarning generated by // an operation MozabDriver* m_pDriver; // Pointer to the owning -- cgit