diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-30 07:01:27 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-30 07:01:27 +0000 |
commit | 673c2d192ebeb3cef1bb5b2ae1b3fa64f8a96947 (patch) | |
tree | 4afcbc14b25fe2c2f1e589002cb7e9c468e42a4a /connectivity/source/inc/file/FConnection.hxx | |
parent | 12edf7697b1531cac0ac5a8169f93a1c5cda5abc (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.hxx | 9 |
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 |