loplugin: unused strings
Change-Id: I41a572ea28f827740b7084105a029854035ef9d7
This commit is contained in:
parent
6a076eca20
commit
1b472f650a
3 changed files with 0 additions and 4 deletions
|
@ -6967,7 +6967,6 @@ sal_Bool SvxMSDffManager::ConvertToOle2( SvStream& rStm, sal_uInt32 nReadLen,
|
|||
break;
|
||||
}
|
||||
|
||||
String aShort, aFull;
|
||||
if( pIds->nId )
|
||||
{
|
||||
// found!
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue