sw/source/core/uibase/app/docstyle.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e142ad49cee072e88ab47d6caa64adfa6df7d9fa
Author: Noel Grandin <n...@peralex.com>
Date:   Wed May 21 14:55:15 2014 +0200

    cid#708875 Unused pointer value
    
    Change-Id: I0cf85027a84482fd504b753bfc32ceb1c07241b4

diff --git a/sw/source/core/uibase/app/docstyle.cxx 
b/sw/source/core/uibase/app/docstyle.cxx
index 500bc59..848649c 100644
--- a/sw/source/core/uibase/app/docstyle.cxx
+++ b/sw/source/core/uibase/app/docstyle.cxx
@@ -1338,7 +1338,7 @@ void SwDocStyleSheet::SetItemSet( const SfxItemSet& rSet,
                         sal_uInt16 nPoolId = 
SwStyleNameMapper::GetPoolIdFromUIName( sNumRule, 
nsSwGetPoolIdFromName::GET_POOLID_NUMRULE );
                         if( USHRT_MAX != nPoolId ) // It's a standard 
numbering rule
                         {
-                            pRule = rDoc.GetNumRuleFromPool( nPoolId ); // 
Create numbering rule (physical)
+                            rDoc.GetNumRuleFromPool( nPoolId ); // Create 
numbering rule (physical)
                         }
                     }
                 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to