summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/WW8TableInfo.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-12 14:06:28 +0200
committerNoel Grandin <noel@peralex.com>2014-06-17 10:55:17 +0200
commit3e82897353e576dc6e3fbf55371fda5a0c3415df (patch)
tree71c2f03128885000efae1852dccb504f8355c79e /sw/source/filter/ww8/WW8TableInfo.cxx
parentec95abf2d8afeec38c9225ea49caa0e08d82b504 (diff)
improve the inlinesimplememberfunctions clang plugin
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
Diffstat (limited to 'sw/source/filter/ww8/WW8TableInfo.cxx')
-rw-r--r--sw/source/filter/ww8/WW8TableInfo.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sw/source/filter/ww8/WW8TableInfo.cxx b/sw/source/filter/ww8/WW8TableInfo.cxx
index d6544742865f..97a5d40d7dee 100644
--- a/sw/source/filter/ww8/WW8TableInfo.cxx
+++ b/sw/source/filter/ww8/WW8TableInfo.cxx
@@ -346,10 +346,6 @@ RowSpansPtr WW8TableNodeInfoInner::getRowSpansOfRow()
-const SwRect & WW8TableNodeInfoInner::getRect() const
-{
- return maRect;
-}
#ifdef DBG_UTIL
::std::string WW8TableNodeInfoInner::toString() const
@@ -546,10 +542,6 @@ sal_uInt32 WW8TableNodeInfo::getRow() const
return getInnerForDepth(mnDepth)->getRow();
}
-const ww8::WW8TableNodeInfo::Inners_t & WW8TableNodeInfo::getInners() const
-{
- return mInners;
-}
const WW8TableNodeInfoInner::Pointer_t WW8TableNodeInfo::getFirstInner() const
{
@@ -1454,20 +1446,8 @@ void WW8TableCellGridRow::setRowSpans(RowSpansPtr pRowSpans)
m_pRowSpans = pRowSpans;
}
-TableBoxVectorPtr WW8TableCellGridRow::getTableBoxVector() const
-{
- return m_pTableBoxVector;
-}
-WidthsPtr WW8TableCellGridRow::getWidths() const
-{
- return m_pWidths;
-}
-RowSpansPtr WW8TableCellGridRow::getRowSpans() const
-{
- return m_pRowSpans;
-}
CellInfo::CellInfo(const SwRect & aRect, WW8TableNodeInfo * pNodeInfo)
: m_aRect(aRect), m_pNodeInfo(pNodeInfo), m_nFmtFrmWidth(0)