summaryrefslogtreecommitdiff
path: root/filter
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 /filter
parent63a817d2fb00f248053566c8b8364667432fa8b3 (diff)
Removed extra semicolons
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/eschesdo.cxx6
-rw-r--r--filter/source/svg/svgreader.cxx6
-rw-r--r--filter/source/t602/t602filter.cxx2
3 files changed, 7 insertions, 7 deletions
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