WaE: unused variable
Change-Id: I2a479f87c63044d83a8271c0b1dc1698d52245a8
This commit is contained in:
parent
4ae2c3c3dc
commit
0c07e71fbd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue