summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfexport.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-11 09:18:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-11 09:46:09 +0100
commit2db379e22a7854dc16cc0066af70f16d5662d7e8 (patch)
treec11858145880cde24de8a6af6819c57799eff8fd /sw/source/filter/ww8/rtfexport.cxx
parent951b128011db6bdf1050485b461d9af84a2ae367 (diff)
cppcheck: cstyleCast
Change-Id: Id3ffa264ba7990b53d264745eaf0726f1468577b
Diffstat (limited to 'sw/source/filter/ww8/rtfexport.cxx')
-rw-r--r--sw/source/filter/ww8/rtfexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/rtfexport.cxx b/sw/source/filter/ww8/rtfexport.cxx
index e49d52e9b1be..718d5527fe94 100644
--- a/sw/source/filter/ww8/rtfexport.cxx
+++ b/sw/source/filter/ww8/rtfexport.cxx
@@ -209,7 +209,7 @@ void RtfExport::BuildNumbering()
SwNumRule* pRule;
--n;
if (n == rListTbl.size())
- pRule = (SwNumRule*)m_pDoc->GetOutlineNumRule();
+ pRule = m_pDoc->GetOutlineNumRule();
else
{
pRule = rListTbl[ n ];