summaryrefslogtreecommitdiff
path: root/sfx2/source/view/userinputinterception.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/userinputinterception.cxx')
-rw-r--r--sfx2/source/view/userinputinterception.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/userinputinterception.cxx b/sfx2/source/view/userinputinterception.cxx
index ad910a944e0f..97c9e7926e39 100644
--- a/sfx2/source/view/userinputinterception.cxx
+++ b/sfx2/source/view/userinputinterception.cxx
@@ -184,7 +184,7 @@ namespace sfx2
{
Reference < XInterface > xHoldAlive( m_pData->m_rControllerImpl );
- USHORT nType = _rEvent.GetType();
+ sal_uInt16 nType = _rEvent.GetType();
bool bHandled = false;
switch ( nType )