diff options
author | August Sodora <augsod@gmail.com> | 2011-12-22 21:22:42 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-12-22 21:22:42 -0500 |
commit | aec97e2af5c1bfd2fd56382f77350b8288634643 (patch) | |
tree | d85d64aa7e4eb2cb45e0d402d0fe1f53c779c54d /svx/inc | |
parent | a0ebf6ee3f555397205713db966aee44de80c0f9 (diff) |
callcatcher: Remove unused code
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/ctredlin.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/inc/svx/ctredlin.hxx b/svx/inc/svx/ctredlin.hxx index 3b7ed86b4b68..18089c791687 100644 --- a/svx/inc/svx/ctredlin.hxx +++ b/svx/inc/svx/ctredlin.hxx @@ -403,7 +403,6 @@ protected: virtual void Resize(); public: - SvxAcceptChgCtr( Window* pParent, WinBits nWinStyle = 0 ); SvxAcceptChgCtr( Window* pParent, const ResId& rResId ); ~SvxAcceptChgCtr(); @@ -413,9 +412,6 @@ public: void ShowFilterPage(); void ShowViewPage(); - sal_Bool IsFilterPageVisible(); - sal_Bool IsViewPageVisible(); - SvxTPFilter* GetFilterPage(); SvxTPView* GetViewPage(); SvxRedlinTable* GetViewTable(); |