summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/flat
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-30 07:02:08 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-30 07:02:08 +0000
commit9672d8f48e870362f48ba8768f80a7a9884ca29e (patch)
tree9212934efb3d5c84e2b4305c3cf75130037e6df7 /connectivity/source/inc/flat
parent1ba706f960de8fafaf3d12d037fda9c70cd3fa1f (diff)
INTEGRATION: CWS dba24d (1.15.212); FILE MERGED
2007/11/26 07:52:24 oj 1.15.212.1: #i31385# read multiline string
Diffstat (limited to 'connectivity/source/inc/flat')
-rw-r--r--connectivity/source/inc/flat/ETable.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/connectivity/source/inc/flat/ETable.hxx b/connectivity/source/inc/flat/ETable.hxx
index 24b015f6467f..55c5e5fa6487 100644
--- a/connectivity/source/inc/flat/ETable.hxx
+++ b/connectivity/source/inc/flat/ETable.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ETable.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 02:02:42 $
+ * last change: $Author: rt $ $Date: 2008-01-30 08:02:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -73,11 +73,10 @@ namespace connectivity
::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatter > m_xNumberFormatter;
sal_Int32 m_nRowPos;
sal_Int32 m_nMaxRowCount; // will be set if stream is once eof
- public:
-
private:
void fillColumns(const ::com::sun::star::lang::Locale& _aLocale);
BOOL CreateFile(const INetURLObject& aFile, BOOL& bCreateMemo);
+ sal_Bool readLine(sal_Int32& _rnCurrentPos);
sal_Bool checkHeaderLine();
public: