summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2000-10-19 11:38:41 +0000
committerAndreas Martens <ama@openoffice.org>2000-10-19 11:38:41 +0000
commite3d4ceea2f1fca276faeae526a5206f15dd4f311 (patch)
tree7522c419d2c80c03ac4ad5d28a20dfa54db0f6b5
parentb53a127f0470337c012f04c83d55f4ad2b88b38a (diff)
Fix #78742#: No braodcast during formatting
-rw-r--r--sw/source/core/text/porfly.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/porfly.cxx b/sw/source/core/text/porfly.cxx
index 0837908ea097..3b9ce4a15096 100644
--- a/sw/source/core/text/porfly.cxx
+++ b/sw/source/core/text/porfly.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: porfly.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-19 00:08:25 $
+ * last change: $Author: ama $ $Date: 2000-10-19 12:38:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -511,7 +511,7 @@ void SwFlyCntPortion::SetBase( const Point &rBase, long nLnAscent,
}
Point aDiff = aRelPos + aBase - pSdrObj->GetSnapRect().TopLeft();
pSdrObj->ImpSetAnchorPos( aBase );
- pSdrObj->Move( Size( aDiff.X(), aDiff.Y() ) );
+ pSdrObj->NbcMove( Size( aDiff.X(), aDiff.Y() ) );
}
}
else