diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-01-14 12:13:45 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-01-14 12:13:45 +0100 |
commit | 1a64ddfe1d1deeb1779dfa73a4fc8aad089dc968 (patch) | |
tree | b5c0282fdbd2a35206ba10775baafedc0dda2de2 /extensions/source/bibliography/bibshortcuthandler.hxx | |
parent | 41fb6b154197078bf0abe89c1279cc6ce0d3e0ed (diff) |
removetooltypes01: #i112600# remove tooltypes from extensions
Diffstat (limited to 'extensions/source/bibliography/bibshortcuthandler.hxx')
-rw-r--r-- | extensions/source/bibliography/bibshortcuthandler.hxx | 2 |
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 ); }; |