Kaydet (Commit) c3e8fa12 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

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"
üst 04ecb10c
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: EConnection.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -74,7 +74,6 @@ namespace connectivity ...@@ -74,7 +74,6 @@ namespace connectivity
class OFlatConnection : public file::OConnection class OFlatConnection : public file::OConnection
{ {
private: private:
sal_Bool m_bFixedLength; // row of fixed length
sal_Bool m_bHeaderLine; // column names in first row sal_Bool m_bHeaderLine; // column names in first row
sal_Unicode m_cFieldDelimiter; // look at the name sal_Unicode m_cFieldDelimiter; // look at the name
sal_Unicode m_cStringDelimiter; // delimiter for strings m_cStringDelimiter blabla m_cStringDelimiter sal_Unicode m_cStringDelimiter; // delimiter for strings m_cStringDelimiter blabla m_cStringDelimiter
...@@ -87,7 +86,6 @@ namespace connectivity ...@@ -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); 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 // own methods
inline sal_Bool isFixedLength() const { return m_bFixedLength; }
inline sal_Bool isHeaderLine() const { return m_bHeaderLine; } inline sal_Bool isHeaderLine() const { return m_bHeaderLine; }
inline sal_Unicode getFieldDelimiter() const { return m_cFieldDelimiter; } inline sal_Unicode getFieldDelimiter() const { return m_cFieldDelimiter; }
inline sal_Unicode getStringDelimiter() const { return m_cStringDelimiter; } inline sal_Unicode getStringDelimiter() const { return m_cStringDelimiter; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment