diff options
-rw-r--r-- | sw/source/core/access/accpara.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/accpara.cxx b/sw/source/core/access/accpara.cxx index 1fca12752fb6..fa1ce1ac6929 100644 --- a/sw/source/core/access/accpara.cxx +++ b/sw/source/core/access/accpara.cxx @@ -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; |