diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-27 13:47:57 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-28 12:47:05 +0200 |
commit | 4c93c30c79ae885d488a8a04d383fe5308a1d520 (patch) | |
tree | c0309401c718c0459dd1a0035bcbddd113d655b8 /vcl/inc | |
parent | 46a985feca255abbebf826be6103ee8cc7f2cde1 (diff) |
convert GETFOCUS constants to scoped enum
Change-Id: I7c324bb6358be28c119592850eb7607479279f09
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h index bcb6f062d42c..1b6cc55d96cc 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -60,6 +60,7 @@ enum class MouseEventModifiers; enum class MouseNotifyEvent; enum class ActivateModeFlags; enum class DialogControlFlags; +enum class GetFocusFlags; namespace com { namespace sun { namespace star { @@ -274,7 +275,7 @@ public: ControlPart mnNativeBackground; sal_uInt16 mnWaitCount; sal_uInt16 mnPaintFlags; - sal_uInt16 mnGetFocusFlags; + GetFocusFlags mnGetFocusFlags; sal_uInt16 mnParentClipMode; ActivateModeFlags mnActivateMode; DialogControlFlags mnDlgCtrlFlags; |