From 6a8f6c4b1324e28c598a065683103ac2ef8ea3fc Mon Sep 17 00:00:00 2001 From: Jesse Date: Wed, 14 Dec 2011 14:43:58 -0500 Subject: Removed extra semicolons --- filter/source/msfilter/eschesdo.cxx | 6 +++--- filter/source/svg/svgreader.cxx | 6 +++--- filter/source/t602/t602filter.cxx | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'filter') diff --git a/filter/source/msfilter/eschesdo.cxx b/filter/source/msfilter/eschesdo.cxx index 438a72d44afe..96e81d9dd037 100644 --- a/filter/source/msfilter/eschesdo.cxx +++ b/filter/source/msfilter/eschesdo.cxx @@ -235,7 +235,7 @@ sal_uInt32 ImplEESdrWriter::ImplWriteShape( ImplEESdrObject& rObj, pMemStrm->ObjectOwnsMemory( sal_False ); sal_uInt8* pBuf = (sal_uInt8*) pMemStrm->GetData(); sal_uInt32 nSize = pMemStrm->Seek( STREAM_SEEK_TO_END ); - aPropOpt.AddOpt( ESCHER_Prop_pihlShape, sal_False, nSize, pBuf, nSize );; + aPropOpt.AddOpt( ESCHER_Prop_pihlShape, sal_False, nSize, pBuf, nSize ); } if ( pInteraction->hasInteraction() ) aPropOpt.AddOpt( ESCHER_Prop_fPrint, 0x00080008 ); @@ -346,7 +346,7 @@ sal_uInt32 ImplEESdrWriter::ImplWriteShape( ImplEESdrObject& rObj, { mpEscherEx->OpenContainer( ESCHER_SpContainer ); ADD_SHAPE( ESCHER_ShpInst_Ellipse, 0xa00 ); // Flags: Connector | HasSpt - aPropOpt.CreateFillProperties( rObj.mXPropSet, sal_True );; + aPropOpt.CreateFillProperties( rObj.mXPropSet, sal_True ); } else { @@ -1005,7 +1005,7 @@ ImplEESdrObject::ImplEESdrObject( ImplEscherExSdr& rEx, { // why not declare a const parameter if the object will // not be modified? - mXShape = uno::Reference< drawing::XShape >::query( ((SdrObject*)&rObj)->getUnoShape() );; + mXShape = uno::Reference< drawing::XShape >::query( ((SdrObject*)&rObj)->getUnoShape() ); Init( rEx ); } } diff --git a/filter/source/svg/svgreader.cxx b/filter/source/svg/svgreader.cxx index 796bea9d4bf4..cfeaaf4c892b 100644 --- a/filter/source/svg/svgreader.cxx +++ b/filter/source/svg/svgreader.cxx @@ -185,7 +185,7 @@ struct AnnotatingVisitor if (sValue.copy(0,1).equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("#"))) aFound = maGradientIdMap.find(sValue.copy(1)); else - aFound = maGradientIdMap.find(sValue);; + aFound = maGradientIdMap.find(sValue); if( aFound != maGradientIdMap.end() ) maGradientVector.back() = maGradientVector[aFound->second]; @@ -223,7 +223,7 @@ struct AnnotatingVisitor if (sValue.copy(0,1).equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("#"))) aFound = maGradientIdMap.find(sValue.copy(1)); else - aFound = maGradientIdMap.find(sValue);; + aFound = maGradientIdMap.find(sValue); if( aFound != maGradientIdMap.end() ) maGradientVector.back() = maGradientVector[aFound->second]; @@ -829,7 +829,7 @@ struct AnnotatingVisitor if (sValue.copy(0,1).equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("#"))) aFound = maStopIdMap.find(sValue.copy(1)); else - aFound = maStopIdMap.find(sValue);; + aFound = maStopIdMap.find(sValue); if( aFound != maStopIdMap.end() ) io_rGradientStop = maGradientStopVector[aFound->second]; diff --git a/filter/source/t602/t602filter.cxx b/filter/source/t602/t602filter.cxx index 1f95aa95c4f7..8556e14e1663 100644 --- a/filter/source/t602/t602filter.cxx +++ b/filter/source/t602/t602filter.cxx @@ -181,7 +181,7 @@ T602ImportFilter::~T602ImportFilter() (aData[1] != 'C') || (aData[2] != 'T') || (aData[3] != ' ')) return ::rtl::OUString(); - return rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "writer_T602_Document" ) );; + return rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "writer_T602_Document" ) ); } // XFilter -- cgit