summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 14:40:03 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 14:40:03 +0000
commitc3e8fa12e96bbbd68b78c57f633c33f157908e5a (patch)
treeebb6dfcd70fcb58a73ea1933ac363e98e338c54d /connectivity
parent04ecb10cbf3e08bf20875c867bdf54c75dcb6c3f (diff)
INTEGRATION: CWS dba24 (1.3.240); FILE MERGED
2005/02/10 13:37:16 fs 1.3.240.1: encountered during #i15113#: m_bFixedLength never used"
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/flat/EConnection.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/inc/flat/EConnection.hxx b/connectivity/source/inc/flat/EConnection.hxx
index 48b53aa26c0a..3e3a334c239a 100644
--- a/connectivity/source/inc/flat/EConnection.hxx
+++ b/connectivity/source/inc/flat/EConnection.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: EConnection.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2002-10-31 14:15:29 $
+ * last change: $Author: vg $ $Date: 2005-03-10 15:40:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,6 @@ namespace connectivity
class OFlatConnection : public file::OConnection
{
private:
- sal_Bool m_bFixedLength; // row of fixed length
sal_Bool m_bHeaderLine; // column names in first row
sal_Unicode m_cFieldDelimiter; // look at the name
sal_Unicode m_cStringDelimiter; // delimiter for strings m_cStringDelimiter blabla m_cStringDelimiter
@@ -87,7 +86,6 @@ namespace connectivity
virtual void construct(const ::rtl::OUString& _rUrl,const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rInfo ) throw( ::com::sun::star::sdbc::SQLException);
// own methods
- inline sal_Bool isFixedLength() const { return m_bFixedLength; }
inline sal_Bool isHeaderLine() const { return m_bHeaderLine; }
inline sal_Unicode getFieldDelimiter() const { return m_cFieldDelimiter; }
inline sal_Unicode getStringDelimiter() const { return m_cStringDelimiter; }