summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/hsqldb
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-30 07:02:22 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-30 07:02:22 +0000
commitbe84b3958817ea6a6e6912381650cc43e0e4b8cc (patch)
treee2ff002de0a350de1a72f26106822bf35341a6d3 /connectivity/source/inc/hsqldb
parent9672d8f48e870362f48ba8768f80a7a9884ca29e (diff)
INTEGRATION: CWS dba24d (1.5.142); FILE MERGED
2007/11/28 09:31:07 oj 1.5.142.1: #i51355# check if stream exists when read-only
Diffstat (limited to 'connectivity/source/inc/hsqldb')
-rw-r--r--connectivity/source/inc/hsqldb/HConnection.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/inc/hsqldb/HConnection.hxx b/connectivity/source/inc/hsqldb/HConnection.hxx
index bc3fdd3fa5d4..39089f602ba5 100644
--- a/connectivity/source/inc/hsqldb/HConnection.hxx
+++ b/connectivity/source/inc/hsqldb/HConnection.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: HConnection.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2006-10-05 12:45:59 $
+ * last change: $Author: rt $ $Date: 2008-01-30 08:02:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -92,6 +92,8 @@ namespace connectivity
::cppu::OInterfaceContainerHelper m_aFlushListeners;
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDriver > m_xDriver;
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xORB;
+ bool m_bIni;
+ bool m_bReadOnly;
protected:
virtual void SAL_CALL disposing(void);