drop SvxColorWindow::Resize
Change-Id: I22ed6ace464cdfd4ee0c12e8269d8141efce57a6
This commit is contained in:
parent
eb153b8f1a
commit
c7b0d2f107
@ -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,
|
||||
|
@ -1474,10 +1474,6 @@ IMPL_LINK_NOARG(SvxColorWindow, OpenPickerClickHdl, Button*, void)
|
||||
mrPaletteManager.PopupColorPicker(maCommand);
|
||||
}
|
||||
|
||||
void SvxColorWindow::Resize()
|
||||
{
|
||||
}
|
||||
|
||||
void SvxColorWindow::StartSelection()
|
||||
{
|
||||
mpColorSet->StartSelection();
|
||||
|
Loading…
x
Reference in New Issue
Block a user