summaryrefslogtreecommitdiff
path: root/sw/source/uibase/ribbar/conform.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/ribbar/conform.cxx')
-rw-r--r--sw/source/uibase/ribbar/conform.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/ribbar/conform.cxx b/sw/source/uibase/ribbar/conform.cxx
index 4326a8040324..1c0441d77ebe 100644
--- a/sw/source/uibase/ribbar/conform.cxx
+++ b/sw/source/uibase/ribbar/conform.cxx
@@ -76,7 +76,7 @@ bool ConstFormControl::MouseButtonDown(const MouseEvent& rMEvt)
else
bReturn = SwDrawBase::MouseButtonDown(rMEvt);
- return (bReturn);
+ return bReturn;
}
void ConstFormControl::Activate(const sal_uInt16 nSlotId)