summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/frmtool.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2002-03-08 12:23:38 +0000
committerMichael Brauer <mib@openoffice.org>2002-03-08 12:23:38 +0000
commit1f9590705afb69eef6cda34260f267250d5e6d8e (patch)
tree5c2fa785b81a829632f15c4f553fa1ca6706eed5 /sw/source/core/inc/frmtool.hxx
parent895604543e8aa10edcd55b0688e254168058286b (diff)
#95586#: Notification of text changes
Diffstat (limited to 'sw/source/core/inc/frmtool.hxx')
-rw-r--r--sw/source/core/inc/frmtool.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/core/inc/frmtool.hxx b/sw/source/core/inc/frmtool.hxx
index f096650b33..b4767538cf 100644
--- a/sw/source/core/inc/frmtool.hxx
+++ b/sw/source/core/inc/frmtool.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: frmtool.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ama $ $Date: 2001-03-02 10:29:57 $
+ * last change: $Author: mib $ $Date: 2002-03-08 13:22:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -176,6 +176,10 @@ protected:
const SwRect aPrt;
FASTBOOL bHadFollow;
FASTBOOL bInvaKeep;
+#ifdef ACCESSIBLE_LAYOUT
+ FASTBOOL bValidSize;
+#endif
+
public:
SwFrmNotify( SwFrm *pFrm );
~SwFrmNotify();