diff options
Diffstat (limited to 'svx/source/table')
-rw-r--r-- | svx/source/table/cell.cxx | 9 | ||||
-rw-r--r-- | svx/source/table/cell.hxx | 1 |
2 files changed, 0 insertions, 10 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(); diff --git a/svx/source/table/cell.hxx b/svx/source/table/cell.hxx index 66cc5a7427bd..4ddf5234604f 100644 --- a/svx/source/table/cell.hxx +++ b/svx/source/table/cell.hxx @@ -76,7 +76,6 @@ public: OutlinerParaObject* GetEditOutlinerParaObject() const; SVX_DLLPRIVATE void SetStyleSheet( SfxStyleSheet* pStyleSheet, bool bDontRemoveHardAttr ); SVX_DLLPRIVATE virtual SfxStyleSheet* GetStyleSheet() const SAL_OVERRIDE; - SVX_DLLPRIVATE virtual const Rectangle& GetCurrentBoundRect() const; SVX_DLLPRIVATE virtual void TakeTextAnchorRect(Rectangle& rAnchorRect) const; SVX_DLLPRIVATE virtual const SfxItemSet& GetItemSet() const SAL_OVERRIDE; |