summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-21 14:55:15 +0200
committerNoel Grandin <noel@peralex.com>2014-05-21 14:56:39 +0200
commite142ad49cee072e88ab47d6caa64adfa6df7d9fa (patch)
treee949efbeb52cab03355875e274352086cc207713
parentdrop unused helpids (diff)
downloadcore-e142ad49cee072e88ab47d6caa64adfa6df7d9fa.tar.gz
core-e142ad49cee072e88ab47d6caa64adfa6df7d9fa.zip
cid#708875 Unused pointer value
Change-Id: I0cf85027a84482fd504b753bfc32ceb1c07241b4
-rw-r--r--sw/source/core/uibase/app/docstyle.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/uibase/app/docstyle.cxx b/sw/source/core/uibase/app/docstyle.cxx
index 500bc5954cfa..848649cec15d 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)
}
}
}