summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/crbm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/crsr/crbm.cxx')
-rw-r--r--sw/source/core/crsr/crbm.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/crsr/crbm.cxx b/sw/source/core/crsr/crbm.cxx
index ff6475435f9d..b75dbe1c121b 100644
--- a/sw/source/core/crsr/crbm.cxx
+++ b/sw/source/core/crsr/crbm.cxx
@@ -237,8 +237,8 @@ bool SwCrsrShell::GotoFieldmark(::sw::mark::IFieldmark const * const pMark)
// watch Crsr-Moves
CrsrStateHelper aCrsrSt(*this);
aCrsrSt.SetCrsrToMark(pMark);
- aCrsrSt.m_pCrsr->GetPoint()->nContent++;
- aCrsrSt.m_pCrsr->GetMark()->nContent--;
+ ++aCrsrSt.m_pCrsr->GetPoint()->nContent;
+ --aCrsrSt.m_pCrsr->GetMark()->nContent;
if(aCrsrSt.RollbackIfIllegal()) return false;