summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/ww8/wrtw8nds.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-09 08:48:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-09 09:12:35 +0100
commite68c699b7e7efdf3678b450124b9e08ee227ddb9 (patch)
tree0c491400672e88847f7f468c29f0864b25ba837c /sw/source/filter/ww8/wrtw8nds.cxx
parentfix windows and android builds (diff)
downloadcore-e68c699b7e7efdf3678b450124b9e08ee227ddb9.tar.gz
core-e68c699b7e7efdf3678b450124b9e08ee227ddb9.zip
hinter: 'after' better than 'behind'
this has niggled me for decades http://german.stackexchange.com/questions/7528/meaning-of-behind-when-translated-from-german summarizes it well "'Behind' is typically used when the context has meanings of depth, and as such becomes ambiguous when used in a flat list ... 'After'/'before' contain meanings of ordering which are unambiguous" Change-Id: Ib2e7244f1dc0a66a9ca30df3a20e31de7a9b9d09
Diffstat (limited to 'sw/source/filter/ww8/wrtw8nds.cxx')
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 340613ac29c8..0edd7db5d902 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -1776,7 +1776,7 @@ void MSWordExportBase::UpdatePosition( SwWW8AttrIter* aAttrIter, sal_Int32 nAktP
{
sal_Int32 nNextPos;
- // go to next attribute if no bookmark is found or if the bookmark is behind the next attribute position
+ // go to next attribute if no bookmark is found or if the bookmark is after the next attribute position
// It may happened that the WhereNext() wasn't used in the previous increment because there was a
// bookmark before it. Use that position before trying to find another one.
bool bNextBookmark = NearestBookmark( nNextPos, nAktPos, true );