summaryrefslogtreecommitdiff
path: root/svx/source/dialog/simptabl.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-01-18 19:48:19 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-01-18 20:45:14 +0100
commit105546f7f11ccee50f8066bfb7c753fabb177fc8 (patch)
tree4515108e07c8498bbfb01edf4309b9b6dddf526c /svx/source/dialog/simptabl.cxx
parent051e60ff36da9b1b7d0ee5268f74fcd34c4ef059 (diff)
remove unused code
Diffstat (limited to 'svx/source/dialog/simptabl.cxx')
-rw-r--r--svx/source/dialog/simptabl.cxx10
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);