summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/bibshortcuthandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/bibshortcuthandler.hxx')
-rw-r--r--extensions/source/bibliography/bibshortcuthandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/bibshortcuthandler.hxx b/extensions/source/bibliography/bibshortcuthandler.hxx
index 3e9d152d5583..0ef8c6fcf9a2 100644
--- a/extensions/source/bibliography/bibshortcuthandler.hxx
+++ b/extensions/source/bibliography/bibshortcuthandler.hxx
@@ -46,7 +46,7 @@ protected:
public:
virtual ~BibShortCutHandler();
- virtual BOOL HandleShortCutKey( const KeyEvent& rKeyEvent ); // returns true, if key was handled
+ virtual sal_Bool HandleShortCutKey( const KeyEvent& rKeyEvent ); // returns true, if key was handled
inline Window* GetWindow( void );
};