summaryrefslogtreecommitdiff
path: root/sw/source/core/SwNumberTree
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-09 10:09:42 +0200
committerNoel Grandin <noel@peralex.com>2014-06-09 10:10:13 +0200
commit184a00b96235f6432294ded63ce4a4a318effdb5 (patch)
treee4ae0e00cb168fa43d280cfb51a50515258b5320 /sw/source/core/SwNumberTree
parent534015ad4fd08823b4393dab1ad5d42dedd7bf62 (diff)
loplugin: inlinesimplememberfunctions
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
Diffstat (limited to 'sw/source/core/SwNumberTree')
-rw-r--r--sw/source/core/SwNumberTree/SwNodeNum.cxx8
-rw-r--r--sw/source/core/SwNumberTree/SwNumberTree.cxx8
2 files changed, 0 insertions, 16 deletions
diff --git a/sw/source/core/SwNumberTree/SwNodeNum.cxx b/sw/source/core/SwNumberTree/SwNodeNum.cxx
index 61c6410024c5..51af85f85a21 100644
--- a/sw/source/core/SwNumberTree/SwNodeNum.cxx
+++ b/sw/source/core/SwNumberTree/SwNodeNum.cxx
@@ -44,15 +44,7 @@ SwNodeNum::~SwNodeNum()
{
}
-SwTxtNode * SwNodeNum::GetTxtNode() const
-{
- return mpTxtNode;
-}
-SwNumRule * SwNodeNum::GetNumRule() const
-{
- return mpNumRule;
-}
void SwNodeNum::ChangeNumRule( SwNumRule& rNumRule )
{
diff --git a/sw/source/core/SwNumberTree/SwNumberTree.cxx b/sw/source/core/SwNumberTree/SwNumberTree.cxx
index b35a53d8eb90..9b3716b8dd53 100644
--- a/sw/source/core/SwNumberTree/SwNumberTree.cxx
+++ b/sw/source/core/SwNumberTree/SwNumberTree.cxx
@@ -702,10 +702,6 @@ SwNumberTree::tSwNumTreeNumber SwNumberTreeNode::GetNumber(bool bValidate)
return mnNumber;
}
-bool SwNumberTreeNode::IsContinueingPreviousSubTree() const
-{
- return mbContinueingPreviousSubTree;
-}
vector<SwNumberTree::tSwNumTreeNumber> SwNumberTreeNode::GetNumberVector() const
{
@@ -731,10 +727,6 @@ bool SwNumberTreeNode::IsValid(const SwNumberTreeNode * pChild) const
return bResult;
}
-bool SwNumberTreeNode::IsPhantom() const
-{
- return mbPhantom;
-}
void SwNumberTreeNode::SetPhantom(bool _bPhantom)
{