summaryrefslogtreecommitdiff
path: root/svtools/source/table
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/table')
-rw-r--r--svtools/source/table/tabledatawindow.cxx13
-rw-r--r--svtools/source/table/tabledatawindow.hxx2
2 files changed, 0 insertions, 15 deletions
diff --git a/svtools/source/table/tabledatawindow.cxx b/svtools/source/table/tabledatawindow.cxx
index 9b5bcc5538f4..cddaf452732c 100644
--- a/svtools/source/table/tabledatawindow.cxx
+++ b/svtools/source/table/tabledatawindow.cxx
@@ -49,13 +49,11 @@ namespace svt { namespace table
SetFillColor( aWindowColor );
}
-
TableDataWindow::~TableDataWindow()
{
impl_hideTipWindow();
}
-
void TableDataWindow::Paint( const Rectangle& rUpdateRect )
{
m_rTableControl.doPaintContent( rUpdateRect );
@@ -66,17 +64,6 @@ namespace svt { namespace table
Window::SetBackground( rColor );
}
- void TableDataWindow::SetControlBackground( const Color& rColor )
- {
- Window::SetControlBackground( rColor );
- }
-
- void TableDataWindow::SetControlBackground()
- {
- Window::SetControlBackground();
- }
-
-
void TableDataWindow::RequestHelp( const HelpEvent& rHEvt )
{
HelpEventMode const nHelpMode = rHEvt.GetMode();
diff --git a/svtools/source/table/tabledatawindow.hxx b/svtools/source/table/tabledatawindow.hxx
index 2c6848e0a4ff..13e1f1fcb0a7 100644
--- a/svtools/source/table/tabledatawindow.hxx
+++ b/svtools/source/table/tabledatawindow.hxx
@@ -59,8 +59,6 @@ namespace svt { namespace table
virtual void MouseButtonDown( const MouseEvent& rMEvt) SAL_OVERRIDE;
virtual void MouseButtonUp( const MouseEvent& rMEvt) SAL_OVERRIDE;
virtual bool Notify(NotifyEvent& rNEvt) SAL_OVERRIDE;
- void SetControlBackground(const Color& rColor);
- void SetControlBackground();
virtual void RequestHelp( const HelpEvent& rHEvt ) SAL_OVERRIDE;
void SetBackground(const Wallpaper& rColor);