diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-01-18 19:48:19 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-01-18 20:45:14 +0100 |
commit | 105546f7f11ccee50f8066bfb7c753fabb177fc8 (patch) | |
tree | 4515108e07c8498bbfb01edf4309b9b6dddf526c /svx/source/dialog/simptabl.cxx | |
parent | 051e60ff36da9b1b7d0ee5268f74fcd34c4ef059 (diff) |
remove unused code
Diffstat (limited to 'svx/source/dialog/simptabl.cxx')
-rw-r--r-- | svx/source/dialog/simptabl.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/svx/source/dialog/simptabl.cxx b/svx/source/dialog/simptabl.cxx index c9fae16aca3a..e3b0aa597486 100644 --- a/svx/source/dialog/simptabl.cxx +++ b/svx/source/dialog/simptabl.cxx @@ -250,11 +250,6 @@ void SvxSimpleTable::InsertHeaderEntry(const rtl::OUString& rText, SetTabs(); } -void SvxSimpleTable::ClearAll() -{ - aHeaderBar.Clear(); - Clear(); -} void SvxSimpleTable::ClearHeader() { aHeaderBar.Clear(); @@ -290,11 +285,6 @@ sal_Bool SvxSimpleTable::IsEnabled() const return m_rParentTableContainer.IsEnabled(); } -void SvxSimpleTable::TableToTop() -{ - m_rParentTableContainer.ToTop(); -} - sal_uInt16 SvxSimpleTable::GetSelectedCol() { return (aHeaderBar.GetCurItemId()-1); |