diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-04 10:24:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-05 13:59:05 +0100 |
commit | fe630f3b097ca2bf173f21de77ed1535c767d0b9 (patch) | |
tree | 46e0a3de38dd7cdd51f79bb5689e6fdf5a1b64f3 /svx/source/table/cell.hxx | |
parent | 9c2dee67b56085ab8535a90810bf885fe0afd30c (diff) |
callcatcher: update list, add README, remove some newly unused code
Diffstat (limited to 'svx/source/table/cell.hxx')
-rw-r--r-- | svx/source/table/cell.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/table/cell.hxx b/svx/source/table/cell.hxx index 689eea07769f..e9573f45bcfd 100644 --- a/svx/source/table/cell.hxx +++ b/svx/source/table/cell.hxx @@ -89,7 +89,6 @@ public: OutlinerParaObject* GetEditOutlinerParaObject() const; SVX_DLLPRIVATE void SetStyleSheet( SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr ); SVX_DLLPRIVATE virtual SfxStyleSheet* GetStyleSheet() const; - SfxStyleSheetPool* GetStyleSheetPool() const; SVX_DLLPRIVATE virtual const Rectangle& GetCurrentBoundRect() const; SVX_DLLPRIVATE virtual void TakeTextAnchorRect(Rectangle& rAnchorRect) const; |