summaryrefslogtreecommitdiff
path: root/vcl/source/window/keyevent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/keyevent.cxx')
-rw-r--r--vcl/source/window/keyevent.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/window/keyevent.cxx b/vcl/source/window/keyevent.cxx
index 2677c31cc100..db8144c3d648 100644
--- a/vcl/source/window/keyevent.cxx
+++ b/vcl/source/window/keyevent.cxx
@@ -75,8 +75,8 @@ KeyEvent KeyEvent::LogicalTextDirectionality (TextDirectionality eMode) const
{
KeyEvent aClone(*this);
- USHORT nCode = maKeyCode.GetCode();
- USHORT nMod = maKeyCode.GetAllModifier();
+ sal_uInt16 nCode = maKeyCode.GetCode();
+ sal_uInt16 nMod = maKeyCode.GetAllModifier();
switch (eMode)
{