diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-10 10:14:16 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-10 09:57:14 +0000 |
commit | 57f84e5b1f27a442981602bc428270a5ecb95959 (patch) | |
tree | fcb7b5881b50bf3fd97bfa2b7521d43d0f06fdb4 /vcl/inc | |
parent | effde80f670c60986a92ca0f1c5c9922eb17908d (diff) |
Convert TOOLBOX_MENUTYPE_ to scoped enum
Change-Id: I8eb25fc274b45b8add04dfc03e4b52f130ad04de
Reviewed-on: https://gerrit.libreoffice.org/24827
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/toolbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/toolbox.h b/vcl/inc/toolbox.h index 5ecd438ee860..2f412bf67b12 100644 --- a/vcl/inc/toolbox.h +++ b/vcl/inc/toolbox.h @@ -133,8 +133,8 @@ struct ImplToolBoxPrivateData ToolBoxButtonSize meButtonSize; // the optional custom menu - PopupMenu* mpMenu; - sal_uInt16 maMenuType; + PopupMenu* mpMenu; + ToolBoxMenuType maMenuType; ImplSVEvent * mnEventId; // called when menu button is clicked and before the popup menu is executed |