summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/FConnection.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-30 07:01:27 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-30 07:01:27 +0000
commit673c2d192ebeb3cef1bb5b2ae1b3fa64f8a96947 (patch)
tree4afcbc14b25fe2c2f1e589002cb7e9c468e42a4a /connectivity/source/inc/file/FConnection.hxx
parent12edf7697b1531cac0ac5a8169f93a1c5cda5abc (diff)
INTEGRATION: CWS dba24d (1.21.310); FILE MERGED
2007/11/21 12:39:24 oj 1.21.310.1: #i68854# impl TypeSettingInfo for Oracle and some clean up
Diffstat (limited to 'connectivity/source/inc/file/FConnection.hxx')
-rw-r--r--connectivity/source/inc/file/FConnection.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/connectivity/source/inc/file/FConnection.hxx b/connectivity/source/inc/file/FConnection.hxx
index a6f6c53b381a..9939f7346543 100644
--- a/connectivity/source/inc/file/FConnection.hxx
+++ b/connectivity/source/inc/file/FConnection.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: FConnection.hxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 07:07:15 $
+ * last change: $Author: rt $ $Date: 2008-01-30 08:01:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -94,15 +94,10 @@ namespace connectivity
//====================================================================
// Data attributes
//====================================================================
- ::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XDatabaseMetaData > m_xMetaData;
::com::sun::star::uno::WeakReference< ::com::sun::star::sdbcx::XTablesSupplier> m_xCatalog;
::com::sun::star::sdbc::SQLWarning m_aLastWarning; // Last SQLWarning generated by
- connectivity::OWeakRefArray m_aStatements; // vector containing a list
- // of all the Statement objects
- // for this Connection
- // an operation
String m_aFilenameExtension;
OFileDriver* m_pDriver; // Pointer to the owning
// driver object