diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-01-06 00:21:36 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-01-06 00:22:52 +0900 |
commit | fd189805e3e42f11bc8ad726c8e4f170337e8267 (patch) | |
tree | be1bb1ab93b463776af7f9b17cf95a09cdd80fb2 /svx/source/table/tablelayouter.hxx | |
parent | 5493951893ea90b330d5280bc171a60ff46fa396 (diff) |
removed dead code
Diffstat (limited to 'svx/source/table/tablelayouter.hxx')
-rw-r--r-- | svx/source/table/tablelayouter.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/svx/source/table/tablelayouter.hxx b/svx/source/table/tablelayouter.hxx index edbacb83651c..e95159075b46 100644 --- a/svx/source/table/tablelayouter.hxx +++ b/svx/source/table/tablelayouter.hxx @@ -67,13 +67,6 @@ public: TableLayouter( const TableModelRef& xTableModel ); virtual ~TableLayouter(); - /** this checks if new rows are inserted or old rows where removed. - This can be used to grow or shrink the table shape in this case. - @returns - the height difference - sal_Int32 detectInsertedOrRemovedRows(); - */ - /** try to fit the table into the given rectangle. If the rectangle is to small, it will be grown to fit the table. @@ -85,10 +78,6 @@ public: */ void LayoutTable( ::Rectangle& rRectangle, bool bFitWidth, bool bFitHeight ); - /** after a call to LayoutTable, this method can be used to set the new - column and row sizes back to the model. */ -// void SetLayoutToModel(); - void UpdateBorderLayout(); basegfx::B2ITuple getCellSize( const CellPos& rPos ) const; |