diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx index 066c84922569..ed07cd1e5b70 100644 --- a/filter/source/msfilter/msdffimp.cxx +++ b/filter/source/msfilter/msdffimp.cxx @@ -6967,7 +6967,6 @@ sal_Bool SvxMSDffManager::ConvertToOle2( SvStream& rStm, sal_uInt32 nReadLen, break; } - String aShort, aFull; if( pIds->nId ) { // found! diff --git a/filter/source/svg/svgexport.cxx b/filter/source/svg/svgexport.cxx index a0ff05b6d120..686cb5138f65 100644 --- a/filter/source/svg/svgexport.cxx +++ b/filter/source/svg/svgexport.cxx @@ -1987,7 +1987,6 @@ sal_Bool SVGFilter::implCreateObjectsFromShape( const Reference< XDrawPage > & r // We create a set of bitmaps embedded into text shape. GDIMetaFile aMtf; - const Point aNullPt; const Size aSize( pObj->GetCurrentBoundRect().GetSize() ); MetaAction* pAction; sal_Bool bIsTextShapeStarted = sal_False; diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx index 23dcb2e7c697..6d5c49c57f96 100644 --- a/sw/source/core/unocore/unotbl.cxx +++ b/sw/source/core/unocore/unotbl.cxx @@ -3229,7 +3229,6 @@ void SwXTextTable::setPropertyValue(const OUString& rPropertyName, } else if(bIsDescriptor) { - String aPropertyName(rPropertyName); pTableProps->SetProperty( pEntry->nWID, pEntry->nMemberId, aValue); } else @@ -3463,7 +3462,6 @@ uno::Any SwXTextTable::getPropertyValue(const OUString& rPropertyName) throw( be else if(bIsDescriptor) { const uno::Any* pAny = 0; - String aPropertyName(rPropertyName); if(!pTableProps->GetProperty(pEntry->nWID, pEntry->nMemberId, pAny)) throw lang::IllegalArgumentException(); else if(pAny)