summaryrefslogtreecommitdiff
path: root/include/vcl/keycod.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/keycod.hxx')
-rw-r--r--include/vcl/keycod.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/keycod.hxx b/include/vcl/keycod.hxx
index 4029c30bc618..20e80cf02eae 100644
--- a/include/vcl/keycod.hxx
+++ b/include/vcl/keycod.hxx
@@ -67,7 +67,7 @@ public:
OUString GetName( Window* pWindow = NULL ) const;
bool IsFunction() const
- { return ((eFunc != KEYFUNC_DONTKNOW) ? true : false); }
+ { return (eFunc != KEYFUNC_DONTKNOW); }
KeyFuncType GetFunction() const;