summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-28 13:22:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-11-02 13:50:52 +0000
commitc7b0d2f107ee0088516ed14cc570f12c28ad067d (patch)
tree9badebac2d62254b306bd03fe0e1eea20cd29735
parenteb153b8f1af3044ec8b621f29c81ddff89b99584 (diff)
drop SvxColorWindow::Resize
Change-Id: I22ed6ace464cdfd4ee0c12e8269d8141efce57a6
-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();