summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-02 13:09:24 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-02 13:12:44 +0200
commit0c07e71fbd2c7dcc28434878e274f01d6441ed8f (patch)
tree278e7279ebd8bfdf060675b6f8cc784cffbf9342
parent4ae2c3c3dc0be4b511ab07b6f9bd1806f2789725 (diff)
WaE: unused variable
Change-Id: I2a479f87c63044d83a8271c0b1dc1698d52245a8
-rw-r--r--sw/source/core/access/accpara.cxx2
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;