drop SvxColorWindow::Resize
Change-Id: I22ed6ace464cdfd4ee0c12e8269d8141efce57a6
This commit is contained in:
@@ -58,9 +58,6 @@ private:
|
|||||||
DECL_LINK( AutoColorClickHdl, Button*, void );
|
DECL_LINK( AutoColorClickHdl, Button*, void );
|
||||||
DECL_LINK( OpenPickerClickHdl, Button*, void );
|
DECL_LINK( OpenPickerClickHdl, Button*, void );
|
||||||
|
|
||||||
protected:
|
|
||||||
virtual void Resize() override;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
SvxColorWindow( const OUString& rCommand,
|
SvxColorWindow( const OUString& rCommand,
|
||||||
PaletteManager& rPaletteManager,
|
PaletteManager& rPaletteManager,
|
||||||
|
@@ -1474,10 +1474,6 @@ IMPL_LINK_NOARG(SvxColorWindow, OpenPickerClickHdl, Button*, void)
|
|||||||
mrPaletteManager.PopupColorPicker(maCommand);
|
mrPaletteManager.PopupColorPicker(maCommand);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SvxColorWindow::Resize()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void SvxColorWindow::StartSelection()
|
void SvxColorWindow::StartSelection()
|
||||||
{
|
{
|
||||||
mpColorSet->StartSelection();
|
mpColorSet->StartSelection();
|
||||||
|
Reference in New Issue
Block a user