diff options
Diffstat (limited to 'include/svtools/wizdlg.hxx')
-rw-r--r-- | include/svtools/wizdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/wizdlg.hxx b/include/svtools/wizdlg.hxx index 480032d3b896..a4ab0027cc81 100644 --- a/include/svtools/wizdlg.hxx +++ b/include/svtools/wizdlg.hxx @@ -249,7 +249,7 @@ public: virtual void ActivatePage(); virtual long DeactivatePage(); - virtual void queue_resize(StateChangedType eReason = STATE_CHANGE_LAYOUT) SAL_OVERRIDE; + virtual void queue_resize(StateChangedType eReason = StateChangedType::LAYOUT) SAL_OVERRIDE; bool ShowPrevPage(); bool ShowNextPage(); |