diff options
author | Noel Grandin <noel@peralex.com> | 2014-04-30 11:46:15 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-02 08:49:22 +0200 |
commit | 7ae4102f171c5f0d452fa78c5c17722bc9649fc5 (patch) | |
tree | 40ff03aeaabe4adfdd90bdb82cb6ef6b80381795 /extensions/source/bibliography/general.hxx | |
parent | 7d2cf383667106efe3e2ea6099fe52206b685c5d (diff) |
extensions: sal_Bool->bool
Change-Id: I1730f99c08690138e9aa7aba54304fd7bc51491d
Diffstat (limited to 'extensions/source/bibliography/general.hxx')
-rw-r--r-- | extensions/source/bibliography/general.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/general.hxx b/extensions/source/bibliography/general.hxx index be416699e584..526319f009fb 100644 --- a/extensions/source/bibliography/general.hxx +++ b/extensions/source/bibliography/general.hxx @@ -163,7 +163,7 @@ public: virtual void GetFocus() SAL_OVERRIDE; - virtual sal_Bool HandleShortCutKey( const KeyEvent& rKeyEvent ) SAL_OVERRIDE; // returns true, if key was handled + virtual bool HandleShortCutKey( const KeyEvent& rKeyEvent ) SAL_OVERRIDE; // returns true, if key was handled }; |