summaryrefslogtreecommitdiff
path: root/svtools/source/toolpanel/paneltabbar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/toolpanel/paneltabbar.cxx')
-rw-r--r--svtools/source/toolpanel/paneltabbar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/toolpanel/paneltabbar.cxx b/svtools/source/toolpanel/paneltabbar.cxx
index f5e449ec08bd..f955f2fe365e 100644
--- a/svtools/source/toolpanel/paneltabbar.cxx
+++ b/svtools/source/toolpanel/paneltabbar.cxx
@@ -1236,7 +1236,7 @@ namespace svt
{
KeyInputHandler aKeyInputHandler( *this, i_rKeyEvent );
- const KeyCode& rKeyCode( i_rKeyEvent.GetKeyCode() );
+ const vcl::KeyCode& rKeyCode( i_rKeyEvent.GetKeyCode() );
if ( rKeyCode.GetModifier() != 0 )
// only interested in mere key presses
return;