summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/ww8/rtfattributeoutput.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-06-20 00:48:07 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-20 11:42:39 +0200
commitcd3881d7171b828872db2ed0b3d49b580c3b17d1 (patch)
tree82e23ace62192bc3d77f2ee6c0481202952fe246 /sw/source/filter/ww8/rtfattributeoutput.cxx
parentsw: WW8 export: remove WW6 export, partA: WW8Export::bWrtWW8 (diff)
downloadcore-cd3881d7171b828872db2ed0b3d49b580c3b17d1.tar.gz
core-cd3881d7171b828872db2ed0b3d49b580c3b17d1.zip
sw: WW8 export: remove newly unused parameters
Change-Id: I76da4422008c9dad8cf48dd089d644e432007d79
Diffstat (limited to 'sw/source/filter/ww8/rtfattributeoutput.cxx')
-rw-r--r--sw/source/filter/ww8/rtfattributeoutput.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx
index 6ff487a4bb9b..e374a9a0afe6 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.cxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx
@@ -1065,7 +1065,7 @@ void RtfAttributeOutput::EndStyleProperties(bool /*bParProp*/)
/* noop */
}
-void RtfAttributeOutput::OutlineNumbering(sal_uInt8 nLvl, const SwNumFormat& /*rNFormat*/, const SwFormat& /*rFormat*/)
+void RtfAttributeOutput::OutlineNumbering(sal_uInt8 nLvl)
{
if (nLvl >= WW8ListManager::nMaxLevel)
nLvl = WW8ListManager::nMaxLevel - 1;