From f59d9e7ea09482c2e9e5f52a8d0445e4cebc3df5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 3 Apr 2020 15:53:49 +0200 Subject: new loplugin:unusedvariableplus a particularly aggressive checker, which is why it is off by default Change-Id: Id5a0faa50b3ecc75e01f4aedc6579c5209e585da Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91643 Tested-by: Jenkins Reviewed-by: Noel Grandin --- editeng/source/uno/unoedprx.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'editeng') diff --git a/editeng/source/uno/unoedprx.cxx b/editeng/source/uno/unoedprx.cxx index 46561a761345..e0109fe6631f 100644 --- a/editeng/source/uno/unoedprx.cxx +++ b/editeng/source/uno/unoedprx.cxx @@ -463,7 +463,6 @@ OUString SvxAccessibleTextAdapter::GetText( const ESelection& rSel ) const sStr = sStr.copy(0, sStr.getLength() - (aEndIndex.GetFieldLen() - aEndIndex.GetFieldOffset()) ); } - EBulletInfo aBulletInfo1 = GetBulletInfo( aStartIndex.GetParagraph() ); EBulletInfo aBulletInfo2 = GetBulletInfo( aEndIndex.GetParagraph() ); if( aEndIndex.InBullet() ) -- cgit