summaryrefslogtreecommitdiff
path: root/sw/source/uibase/ribbar/dselect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/ribbar/dselect.cxx')
-rw-r--r--sw/source/uibase/ribbar/dselect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/ribbar/dselect.cxx b/sw/source/uibase/ribbar/dselect.cxx
index 5afb6c237899..89914f6527cc 100644
--- a/sw/source/uibase/ribbar/dselect.cxx
+++ b/sw/source/uibase/ribbar/dselect.cxx
@@ -57,7 +57,7 @@ bool DrawSelection::KeyInput(const KeyEvent& rKEvt)
if (!bReturn)
bReturn = SwDrawBase::KeyInput(rKEvt);
- return (bReturn);
+ return bReturn;
}
void DrawSelection::Activate(const sal_uInt16 nSlotId)