diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/dialogs/wizdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/dialogs/wizdlg.cxx b/svtools/source/dialogs/wizdlg.cxx index 50af1980f764..51bd143a3a09 100644 --- a/svtools/source/dialogs/wizdlg.cxx +++ b/svtools/source/dialogs/wizdlg.cxx @@ -119,7 +119,7 @@ bool WizardDialog::hasWizardPendingLayout() const return maWizardLayoutTimer.IsActive(); } -void WizardDialog::queue_resize() +void WizardDialog::queue_resize(StateChangedType /*eReason*/) { if (hasWizardPendingLayout()) return; |