summaryrefslogtreecommitdiff
path: root/sc/inc/inputopt.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-05-11 15:20:22 +0000
committerNiklas Nebel <nn@openoffice.org>2001-05-11 15:20:22 +0000
commitce52a78e19985a6d11812872bc1df49ad3119dfe (patch)
tree08794cf205921fb2d2ba2a8ad6fc344948a348e8 /sc/inc/inputopt.hxx
parente3a26d7009fce0f64ddeda440f64e01f7e26f89c (diff)
bTextWysiwyg
Diffstat (limited to 'sc/inc/inputopt.hxx')
-rw-r--r--sc/inc/inputopt.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/inputopt.hxx b/sc/inc/inputopt.hxx
index 8053e42a488f..91c8c820d49b 100644
--- a/sc/inc/inputopt.hxx
+++ b/sc/inc/inputopt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: inputopt.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:49 $
+ * last change: $Author: nn $ $Date: 2001-05-11 16:19:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,6 +85,7 @@ private:
BOOL bExpandRefs;
BOOL bMarkHeader;
BOOL bUseTabCol;
+ BOOL bTextWysiwyg;
public:
ScInputOptions();
@@ -109,6 +110,8 @@ public:
BOOL GetMarkHeader() const { return bMarkHeader; }
void SetUseTabCol(BOOL bSet) { bUseTabCol = bSet; }
BOOL GetUseTabCol() const { return bUseTabCol; }
+ void SetTextWysiwyg(BOOL bSet) { bTextWysiwyg = bSet; }
+ BOOL GetTextWysiwyg() const { return bTextWysiwyg; }
const ScInputOptions& operator= ( const ScInputOptions& rOpt );
friend SvStream& operator>> ( SvStream& rStream, ScInputOptions& rOpt );