From 6a8f6c4b1324e28c598a065683103ac2ef8ea3fc Mon Sep 17 00:00:00 2001 From: Jesse Date: Wed, 14 Dec 2011 14:43:58 -0500 Subject: Removed extra semicolons --- editeng/source/misc/unolingu.cxx | 4 ++-- editeng/source/uno/unoedprx.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'editeng') diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx index db37c0573d8d..ba14ec5f1297 100644 --- a/editeng/source/misc/unolingu.cxx +++ b/editeng/source/misc/unolingu.cxx @@ -268,8 +268,8 @@ void SvxLinguConfigUpdate::UpdateAll( sal_Bool bForceCheck ) Sequence< OUString > aAvailSvcs( xLngSvcMgr->getAvailableServices( aService, aLocale )); #if OSL_DEBUG_LEVEL > 1 - const OUString * pCfgSvcs = aCfgSvcs.getConstArray();; - const OUString * pAvailSvcs = aAvailSvcs.getConstArray();; + const OUString * pCfgSvcs = aCfgSvcs.getConstArray(); + const OUString * pAvailSvcs = aAvailSvcs.getConstArray(); (void) pCfgSvcs; (void) pAvailSvcs; #endif diff --git a/editeng/source/uno/unoedprx.cxx b/editeng/source/uno/unoedprx.cxx index 5964d91b01f3..0b96a9523ae0 100644 --- a/editeng/source/uno/unoedprx.cxx +++ b/editeng/source/uno/unoedprx.cxx @@ -533,7 +533,7 @@ String SvxAccessibleTextAdapter::GetText( const ESelection& rSel ) const if( aEndIndex.InBullet() ) { // append trailing bullet - sStr += aBulletInfo2.aText;; + sStr += aBulletInfo2.aText; DBG_ASSERT(sStr.Len() - (aEndIndex.GetBulletLen() - aEndIndex.GetBulletOffset()) >= 0 && sStr.Len() - (aEndIndex.GetBulletLen() - aEndIndex.GetBulletOffset()) <= USHRT_MAX, -- cgit