summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edfld.cxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-05 14:19:51 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-05 16:10:37 +0100
commitc17ca4c2088a7092733b67a509b5c0afb799c293 (patch)
tree1f3f8d3228454c7eb18820e03f1f5cebc5f2c28d /sw/source/core/edit/edfld.cxx
parent41104b6ea86aacd5bc5dc68b1b6daac8f31e4982 (diff)
move use of IsMultiSelection()
Change-Id: Ie99906ef2a97617857f5243353e51d8ab4bd6218
Diffstat (limited to 'sw/source/core/edit/edfld.cxx')
-rw-r--r--sw/source/core/edit/edfld.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/edit/edfld.cxx b/sw/source/core/edit/edfld.cxx
index 0dbcb9296a16..5ab5ea073ced 100644
--- a/sw/source/core/edit/edfld.cxx
+++ b/sw/source/core/edit/edfld.cxx
@@ -264,7 +264,7 @@ void SwEditShell::UpdateFlds( SwField &rFld )
SwTxtFld *pTxtFld;
SwFmtFld *pFmtFld;
- if ( pCrsr->GetNext() == pCrsr && !pCrsr->HasMark())
+ if ( !pCrsr->IsMultiSelection() && !pCrsr->HasMark())
{
pTxtFld = GetTxtFldAtPos( pCrsr->Start(), true );