summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfexport.cxx
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-09-03 18:37:34 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2019-09-05 10:18:04 +0200
commit276156a882fb5bd5a60411f636ce76f6e46f7bc7 (patch)
tree9cc00be45fb6634b428df477b9d6666ec0f6e715 /sw/source/filter/ww8/rtfexport.cxx
parent98ce2ed834a31a520ccba4c59751d74ac8937de1 (diff)
sw: rename one MSWordExportBase::GetId() overload
Change-Id: I9d87b5e987dc60431d8de5f5dde0cf7cc436bf97 Reviewed-on: https://gerrit.libreoffice.org/78606 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'sw/source/filter/ww8/rtfexport.cxx')
-rw-r--r--sw/source/filter/ww8/rtfexport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/rtfexport.cxx b/sw/source/filter/ww8/rtfexport.cxx
index d76d52cb7608..f237d3e2a6cd 100644
--- a/sw/source/filter/ww8/rtfexport.cxx
+++ b/sw/source/filter/ww8/rtfexport.cxx
@@ -209,7 +209,7 @@ void RtfExport::BuildNumbering()
SwNumRule* pOutlineRule = m_pDoc->GetOutlineNumRule();
if (IsExportNumRule(*pOutlineRule))
- GetId(*pOutlineRule);
+ GetNumberingId(*pOutlineRule);
for (auto n = rListTable.size(); n;)
{
@@ -218,7 +218,7 @@ void RtfExport::BuildNumbering()
continue;
if (IsExportNumRule(*pRule))
- GetId(*pRule);
+ GetNumberingId(*pRule);
}
}