diff options
Diffstat (limited to 'svx/source/inc/frmselimpl.hxx')
-rw-r--r-- | svx/source/inc/frmselimpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/frmselimpl.hxx b/svx/source/inc/frmselimpl.hxx index f9e3727988af..77554da2587e 100644 --- a/svx/source/inc/frmselimpl.hxx +++ b/svx/source/inc/frmselimpl.hxx @@ -75,7 +75,7 @@ public: void SetKeyboardNeighbors( FrameBorderType eLeft, FrameBorderType eRight, FrameBorderType eTop, FrameBorderType eBottom ); - FrameBorderType GetKeyboardNeighbor( USHORT nKeyCode ) const; + FrameBorderType GetKeyboardNeighbor( sal_uInt16 nKeyCode ) const; private: const FrameBorderType meType; /// Frame border type (position in control). |