summaryrefslogtreecommitdiff
path: root/svtools/source/table/defaultinputhandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/table/defaultinputhandler.cxx')
-rw-r--r--svtools/source/table/defaultinputhandler.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/table/defaultinputhandler.cxx b/svtools/source/table/defaultinputhandler.cxx
index f6a58ad17efe..133575fdf8cf 100644
--- a/svtools/source/table/defaultinputhandler.cxx
+++ b/svtools/source/table/defaultinputhandler.cxx
@@ -137,12 +137,12 @@ namespace svt { namespace table
bool bHandled = false;
const KeyCode& rKeyCode = rKEvt.GetKeyCode();
- USHORT nKeyCode = rKeyCode.GetCode();
+ sal_uInt16 nKeyCode = rKeyCode.GetCode();
struct _ActionMapEntry
{
- USHORT nKeyCode;
- USHORT nKeyModifier;
+ sal_uInt16 nKeyCode;
+ sal_uInt16 nKeyModifier;
TableControlAction eAction;
}
static aKnownActions[] = {