summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuconstr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fuconstr.cxx')
-rw-r--r--sd/source/ui/func/fuconstr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fuconstr.cxx b/sd/source/ui/func/fuconstr.cxx
index e615e9475bbe..9edd9bc866a2 100644
--- a/sd/source/ui/func/fuconstr.cxx
+++ b/sd/source/ui/func/fuconstr.cxx
@@ -229,7 +229,7 @@ bool FuConstruct::KeyInput(const KeyEvent& rKEvt)
if ( !bReturn )
bReturn = FuDraw::KeyInput(rKEvt);
- return(bReturn);
+ return bReturn;
}
void FuConstruct::Activate()