summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/WW8TableInfo.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-21 14:20:18 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-22 07:02:13 +0000
commitb975aceec3c5f101916b525c10c44408b3e9da9d (patch)
tree3c94667ae8339141d2e7699f813f3ceee8a21fc6 /sw/source/filter/ww8/WW8TableInfo.cxx
parent74d4168f8830f7bbec6b784c3fb774296d9adafa (diff)
loplugin:unusedmethods sw(part2)
Change-Id: Ib95638267c5a7df73ccdd179dd62ac7c9a53a5e4 Reviewed-on: https://gerrit.libreoffice.org/17262 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/filter/ww8/WW8TableInfo.cxx')
-rw-r--r--sw/source/filter/ww8/WW8TableInfo.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/WW8TableInfo.cxx b/sw/source/filter/ww8/WW8TableInfo.cxx
index 91244f3a216b..3f4b08b04063 100644
--- a/sw/source/filter/ww8/WW8TableInfo.cxx
+++ b/sw/source/filter/ww8/WW8TableInfo.cxx
@@ -547,11 +547,6 @@ sal_uInt32 WW8TableNodeInfo::getRow() const
return getInnerForDepth(mnDepth)->getRow();
}
-bool WW8TableNodeInfo::isEndOfLine() const
-{
- return getInnerForDepth(mnDepth)->isEndOfLine();
-}
-
const WW8TableNodeInfoInner::Pointer_t WW8TableNodeInfo::getFirstInner() const
{
WW8TableNodeInfoInner::Pointer_t pResult;