summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptablelayout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwptablelayout.cxx')
-rw-r--r--lotuswordpro/source/filter/lwptablelayout.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/lotuswordpro/source/filter/lwptablelayout.cxx b/lotuswordpro/source/filter/lwptablelayout.cxx
index 4580a6a59203..816768998a54 100644
--- a/lotuswordpro/source/filter/lwptablelayout.cxx
+++ b/lotuswordpro/source/filter/lwptablelayout.cxx
@@ -1472,21 +1472,6 @@ void LwpTableHeadingLayout::GetStartEndRow(sal_uInt16& nStartRow, sal_uInt16& nE
nStartRow = cStartRow;
nEndRow = cEndRow;
}
-/**
- * @short get first row heading layout of table heading
- * @param
- * @return LwpRowHeadingLayout * - pointer to first row heading layout of table heading
- */
-LwpRowHeadingLayout * LwpTableHeadingLayout::GetFirstRowHeadingLayout()
-{
- LwpObjectID& rID = GetChildHead();
- if(!rID.IsNull())
- {
- LwpRowHeadingLayout * pHeadingRow = dynamic_cast<LwpRowHeadingLayout *>(rID.obj().get());
- return pHeadingRow;
- }
- return NULL;
-}
LwpSuperParallelColumnLayout::LwpSuperParallelColumnLayout(LwpObjectHeader &objHdr, LwpSvStream* pStrm):LwpSuperTableLayout(objHdr, pStrm)
{