summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/hyp.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-01-16 11:07:56 +0000
committerThomas Lange <tl@openoffice.org>2002-01-16 11:07:56 +0000
commit59c5c8f1b9a6bf1428586a6819f05932a92a3439 (patch)
tree7d78709fd3ad8beb306de5f57d2e2ba78dc9c728 /sw/source/ui/inc/hyp.hxx
parent6a11146968c203692a532e133bcc44094b2cbab9 (diff)
#96552# assertion after interactive hyphenation fixed
Diffstat (limited to 'sw/source/ui/inc/hyp.hxx')
-rw-r--r--sw/source/ui/inc/hyp.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/inc/hyp.hxx b/sw/source/ui/inc/hyp.hxx
index dae32d27a099..724569a9d370 100644
--- a/sw/source/ui/inc/hyp.hxx
+++ b/sw/source/ui/inc/hyp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: hyp.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: tl $ $Date: 2000-10-27 12:16:26 $
+ * last change: $Author: tl $ $Date: 2002-01-16 12:06:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,6 +86,7 @@ private:
sal_Bool bInSelection : 1; // Trennen von selektiertem Text
sal_Bool bShowError : 1; // nicht vorhandene Sprache melden
sal_Bool bAutomatic : 1; // Trennstellen ohne Rueckfrage einfuegen
+ sal_Bool bInfoBox : 1; // display info-box when ending
DECL_LINK( SpellError, void * );
public: