summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/svx/colorwindow.hxx3
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx4
2 files changed, 0 insertions, 7 deletions
diff --git a/include/svx/colorwindow.hxx b/include/svx/colorwindow.hxx
index b9def74c1774..8b185d952de3 100644
--- a/include/svx/colorwindow.hxx
+++ b/include/svx/colorwindow.hxx
@@ -58,9 +58,6 @@ private:
DECL_LINK( AutoColorClickHdl, Button*, void );
DECL_LINK( OpenPickerClickHdl, Button*, void );
-protected:
- virtual void Resize() override;
-
public:
SvxColorWindow( const OUString& rCommand,
PaletteManager& rPaletteManager,
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index c1cc24c547da..5d3b359b144c 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -1474,10 +1474,6 @@ IMPL_LINK_NOARG(SvxColorWindow, OpenPickerClickHdl, Button*, void)
mrPaletteManager.PopupColorPicker(maCommand);
}
-void SvxColorWindow::Resize()
-{
-}
-
void SvxColorWindow::StartSelection()
{
mpColorSet->StartSelection();