summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2000-10-13 08:05:02 +0000
committerAndreas Martens <ama@openoffice.org>2000-10-13 08:05:02 +0000
commit73d54262585f3ed4504e77d009add34e0d039f24 (patch)
treef24e7be4453eaef141a0d54a09b4906b234e6000
parent1255290a43ce9dd96bea2237a36b893175f1c7ff (diff)
Fix #69324#: Even a locked textframe must be invalidated, when a fly leaves
-rw-r--r--sw/source/core/text/txtfrm.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/txtfrm.cxx b/sw/source/core/text/txtfrm.cxx
index 22a5f81e1070..cec4e5d4557e 100644
--- a/sw/source/core/text/txtfrm.cxx
+++ b/sw/source/core/text/txtfrm.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtfrm.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ama $ $Date: 2000-10-13 08:59:05 $
+ * last change: $Author: ama $ $Date: 2000-10-13 09:05:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1339,7 +1339,7 @@ void SwTxtFrm::Prepare( const PrepareHint ePrep, const void* pVoid,
{
if( IsLocked() )
{
- if( PREP_FLY_ARRIVE == ePrep )
+ if( PREP_FLY_ARRIVE == ePrep || PREP_FLY_LEAVE == ePrep )
{
xub_StrLen nLen = ( GetFollow() ? GetFollow()->GetOfst() :
STRING_LEN ) - GetOfst();