summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/asciiopt.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-10-11 11:29:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-10-11 11:29:57 +0000
commita1be935e70606ac9730b32f988abaea805b97641 (patch)
treeabb90d0b73d06734ee3332669af69eb1534a4076 /sc/source/ui/inc/asciiopt.hxx
parent42ebe63abaa367cc97d864c2f97bfa87f489ffcb (diff)
INTEGRATION: CWS csvio (1.8.146); FILE MERGED
2004/09/13 16:33:23 er 1.8.146.1: #i834# read CSV quoted embedded line breaks into cell data
Diffstat (limited to 'sc/source/ui/inc/asciiopt.hxx')
-rw-r--r--sc/source/ui/inc/asciiopt.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/inc/asciiopt.hxx b/sc/source/ui/inc/asciiopt.hxx
index d7580013746a..2d107843f14b 100644
--- a/sc/source/ui/inc/asciiopt.hxx
+++ b/sc/source/ui/inc/asciiopt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: asciiopt.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 15:59:49 $
+ * last change: $Author: hr $ $Date: 2004-10-11 12:29:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,6 +118,8 @@ public:
ScAsciiOptions(const ScAsciiOptions& rOpt);
~ScAsciiOptions();
+ static const sal_Unicode cDefaultTextSep = '"';
+
ScAsciiOptions& operator=( const ScAsciiOptions& rCpy );
BOOL operator==( const ScAsciiOptions& rCmp ) const;