summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/impedit4.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-04-13 08:21:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-04-13 14:46:45 +0200
commit8feca893a902abe3c238403f0a1f59a24fb24926 (patch)
tree92e4308d2562c9ca48920f20c87a78c07a635740 /editeng/source/editeng/impedit4.cxx
parentfd6d01c95594746602090972d5edabe1b9f281c3 (diff)
loplugin:sequentialassign in editeng..extensions
Change-Id: I95c6fb5e2ddc1c2d8a2fb1d5ff30b18ddad48b3a Reviewed-on: https://gerrit.libreoffice.org/70699 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng/source/editeng/impedit4.cxx')
-rw-r--r--editeng/source/editeng/impedit4.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/editeng/source/editeng/impedit4.cxx b/editeng/source/editeng/impedit4.cxx
index 8a9c4d31d1c7..b7d91627c031 100644
--- a/editeng/source/editeng/impedit4.cxx
+++ b/editeng/source/editeng/impedit4.cxx
@@ -2851,8 +2851,7 @@ EditSelection ImpEditEngine::TransliterateText( const EditSelection& rSelection,
aChanges.push_back( aChgData );
}
- i18n::Boundary aFirstWordBndry;
- aFirstWordBndry = _xBI->nextWord(
+ i18n::Boundary aFirstWordBndry = _xBI->nextWord(
aNodeStr, nCurrentEnd,
GetLocale( EditPaM( pNode, nCurrentEnd + 1 ) ),
nWordType);