summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/inc/ndtxt.hxx2
-rw-r--r--sw/source/core/txtnode/ndtxt.cxx8
2 files changed, 1 insertions, 9 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx
index b483d7fc9e9d..10c227a0a056 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -156,8 +156,6 @@ class SW_DLLPUBLIC SwTextNode
SAL_DLLPRIVATE void CalcHiddenCharFlags() const;
- SAL_DLLPRIVATE SwNumRule * GetNumRule_(bool bInParent) const;
-
SAL_DLLPRIVATE void SetLanguageAndFont( const SwPaM &rPaM,
LanguageType nLang, sal_uInt16 nLangWhichId,
const vcl::Font *pFont, sal_uInt16 nFontWhichId );
diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx
index 24db0556160f..e8ffba5f77e5 100644
--- a/sw/source/core/txtnode/ndtxt.cxx
+++ b/sw/source/core/txtnode/ndtxt.cxx
@@ -2812,8 +2812,7 @@ void SwTextNode::GCAttr()
}
}
-// #i23726#
-SwNumRule* SwTextNode::GetNumRule_(bool bInParent) const
+SwNumRule* SwTextNode::GetNumRule(bool bInParent) const
{
SwNumRule* pRet = nullptr;
@@ -2853,11 +2852,6 @@ SwNumRule* SwTextNode::GetNumRule_(bool bInParent) const
return pRet;
}
-SwNumRule* SwTextNode::GetNumRule(bool bInParent) const
-{
- return GetNumRule_(bInParent);
-}
-
void SwTextNode::NumRuleChgd()
{
if ( IsInList() )