summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/MConnection.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-30 06:57:10 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-30 06:57:10 +0000
commit6e8f27455d255bb64f538a8283c52680acb1ddee (patch)
tree573b8eab32daa16a61a0fd29f3fda7ec8e562ee2 /connectivity/source/drivers/mozab/MConnection.hxx
parent67a98c17f3c31ff2e26c84650296cef2178dfcff (diff)
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
Diffstat (limited to 'connectivity/source/drivers/mozab/MConnection.hxx')
-rw-r--r--connectivity/source/drivers/mozab/MConnection.hxx10
1 files changed, 2 insertions, 8 deletions
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