diff options
Diffstat (limited to 'svx/source/table/cell.cxx')
-rw-r--r-- | svx/source/table/cell.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx index 71da0f146c39..f4dd4f34b77d 100644 --- a/svx/source/table/cell.cxx +++ b/svx/source/table/cell.cxx @@ -664,15 +664,6 @@ SfxStyleSheet* Cell::GetStyleSheet() const return 0; } - - -const Rectangle& Cell::GetCurrentBoundRect() const -{ - return maCellRect; -} - - - void Cell::TakeTextAnchorRect(Rectangle& rAnchorRect) const { rAnchorRect.Left() = maCellRect.Left() + GetTextLeftDistance(); |