drop SvxColorWindow::Resize

Change-Id: I22ed6ace464cdfd4ee0c12e8269d8141efce57a6
This commit is contained in:
Caolán McNamara 2016-10-28 13:22:31 +01:00
parent eb153b8f1a
commit c7b0d2f107
2 changed files with 0 additions and 7 deletions

View File

@ -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,

View File

@ -1474,10 +1474,6 @@ IMPL_LINK_NOARG(SvxColorWindow, OpenPickerClickHdl, Button*, void)
mrPaletteManager.PopupColorPicker(maCommand);
}
void SvxColorWindow::Resize()
{
}
void SvxColorWindow::StartSelection()
{
mpColorSet->StartSelection();