summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorJesse <jspears@umd.edu>2011-12-14 14:43:58 -0500
committerMichael Meeks <michael.meeks@suse.com>2011-12-15 16:38:50 +0000
commit6a8f6c4b1324e28c598a065683103ac2ef8ea3fc (patch)
treed59cda7401565170e32c7d06af9755f3110651fd /editeng
parent63a817d2fb00f248053566c8b8364667432fa8b3 (diff)
Removed extra semicolons
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/misc/unolingu.cxx4
-rw-r--r--editeng/source/uno/unoedprx.cxx2
2 files changed, 3 insertions, 3 deletions
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,