WaE: unused variable

Change-Id: I2a479f87c63044d83a8271c0b1dc1698d52245a8
This commit is contained in:
Tor Lillqvist 2013-12-02 13:09:24 +02:00
parent 4ae2c3c3dc
commit 0c07e71fbd

View file

@ -2521,7 +2521,7 @@ void SwAccessibleParagraph::_correctValues( const sal_Int32 nIndex,
{
if ( GetPortionData().IsIndexInFootnode(nIndex) )
{
const OUString sEscapmentName = OUString::createFromAscii( GetPropName( UNO_NAME_CHAR_ESCAPEMENT ).pName );
GetPropName( UNO_NAME_CHAR_ESCAPEMENT );
rValue.Value <<= (sal_Int32)101;
}
continue;