summaryrefslogtreecommitdiff
path: root/sw/source/core/text
diff options
context:
space:
mode:
authorNicolas Christener <nicolas.christener@adfinis-sygroup.ch>2012-03-21 23:26:30 +0100
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-26 10:22:36 -0400
commit19648377e1e4ad5c8c342dc45aeaca83f91b4b27 (patch)
tree7e80159611a9dd778e27a167acb08cbd0b496458 /sw/source/core/text
parent6bc1f24ceb2152e791301cd80ed579c26d275a69 (diff)
Rename WEIT_WECH to FAR_AWAY
Diffstat (limited to 'sw/source/core/text')
-rw-r--r--sw/source/core/text/txtfly.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/txtfly.cxx b/sw/source/core/text/txtfly.cxx
index 8e255ebb4a59..d9aa1188f222 100644
--- a/sw/source/core/text/txtfly.cxx
+++ b/sw/source/core/text/txtfly.cxx
@@ -1081,7 +1081,7 @@ sal_Bool SwTxtFly::ForEach( const SwRect &rRect, SwRect* pRect, sal_Bool bAvoid
GetMaster() == pAnchoredObj->GetAnchorFrm() ||
((FLY_AT_PARA != rAnchor.GetAnchorId()) &&
(FLY_AT_CHAR != rAnchor.GetAnchorId())) ) )
- || aRect.Top() == WEIT_WECH )
+ || aRect.Top() == FAR_AWAY )
continue;
}