diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-24 12:07:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-25 07:03:08 +0000 |
commit | 63a6de2cab00e949751fcb35f4814844fc4ec71e (patch) | |
tree | c745e6d946e076f75ebaa31849ef2a77bd81b868 /vcl/source/window/commandevent.cxx | |
parent | daf9156c76049873583f1f7c5de96524d7eba68a (diff) |
convert MODKEY constants to o3tl::typed_flags
Change-Id: I53a6f6f6b12e0fb299e7d76e8e8f354ef3afbbb3
Reviewed-on: https://gerrit.libreoffice.org/31152
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/window/commandevent.cxx')
-rw-r--r-- | vcl/source/window/commandevent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/commandevent.cxx b/vcl/source/window/commandevent.cxx index e7f7dcd8569d..6a1f140287fd 100644 --- a/vcl/source/window/commandevent.cxx +++ b/vcl/source/window/commandevent.cxx @@ -100,7 +100,7 @@ CommandScrollData::CommandScrollData( long nDeltaX, long nDeltaY ) mnDeltaY = nDeltaY; } -CommandModKeyData::CommandModKeyData( sal_uInt16 nCode ) +CommandModKeyData::CommandModKeyData( ModKeyFlags nCode ) { mnCode = nCode; } |