[Libreoffice-commits] core.git: sw/source

Stephan Bergmann sbergman at redhat.com
Mon Dec 2 03:21:33 PST 2013


 sw/source/core/access/accpara.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit e0f88436dc114209cefe90f0fc6cdf91af503847
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Dec 2 12:06:26 2013 +0100

    -Werror,-Wunused-variable
    
    Conflicts:
    	sw/source/core/access/accpara.cxx
    
    Change-Id: I5b7faebf5000244adf56f9193370af125949fc30

diff --git a/sw/source/core/access/accpara.cxx b/sw/source/core/access/accpara.cxx
index fa1ce1a..c2b0671 100644
--- a/sw/source/core/access/accpara.cxx
+++ b/sw/source/core/access/accpara.cxx
@@ -2521,7 +2521,6 @@ void SwAccessibleParagraph::_correctValues( const sal_Int32 nIndex,
         {
             if ( GetPortionData().IsIndexInFootnode(nIndex) )
             {
-                GetPropName( UNO_NAME_CHAR_ESCAPEMENT );
                 rValue.Value <<= (sal_Int32)101;
             }
             continue;


More information about the Libreoffice-commits mailing list