summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-30 15:05:55 +0200
committerNoel Grandin <noel@peralex.com>2014-10-31 07:28:06 +0200
commit7eb519e92b4b50546f222e8d0219b21af8e6ea18 (patch)
tree4b07d675104f75c0c03a66d6bd227495a429775d /vcl/source
parentc91e045c12ac5dffc20c04c6f97db4892c1e558d (diff)
KEY_ALLMOD is the same as KEY_MOD
so just dump it Change-Id: I006045aea345e84ff1944fc1ed1daa94bd7bca61
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/window/keyevent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/keyevent.cxx b/vcl/source/window/keyevent.cxx
index 6fcae4a58830..6b980c259206 100644
--- a/vcl/source/window/keyevent.cxx
+++ b/vcl/source/window/keyevent.cxx
@@ -33,7 +33,7 @@ KeyEvent KeyEvent::LogicalTextDirectionality (TextDirectionality eMode) const
KeyEvent aClone(*this);
sal_uInt16 nCode = maKeyCode.GetCode();
- sal_uInt16 nMod = maKeyCode.GetAllModifier();
+ sal_uInt16 nMod = maKeyCode.GetModifier();
switch (eMode)
{