loplugin: unused strings

Change-Id: I41a572ea28f827740b7084105a029854035ef9d7
This commit is contained in:
Caolán McNamara 2012-10-18 15:05:45 +01:00
parent 6a076eca20
commit 1b472f650a
3 changed files with 0 additions and 4 deletions

View file

@ -6967,7 +6967,6 @@ sal_Bool SvxMSDffManager::ConvertToOle2( SvStream& rStm, sal_uInt32 nReadLen,
break;
}
String aShort, aFull;
if( pIds->nId )
{
// found!

View file

@ -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;

View file

@ -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)