summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/formcontrolcontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/formcontrolcontainer.cxx')
-rw-r--r--extensions/source/bibliography/formcontrolcontainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/formcontrolcontainer.cxx b/extensions/source/bibliography/formcontrolcontainer.cxx
index ffd71e099ee2..51265d4ef9b7 100644
--- a/extensions/source/bibliography/formcontrolcontainer.cxx
+++ b/extensions/source/bibliography/formcontrolcontainer.cxx
@@ -78,7 +78,7 @@ namespace bib
struct ControlModeSwitch : public ::std::unary_function< Reference< XControl >, void >
{
bool bDesign;
- ControlModeSwitch( bool _bDesign ) : bDesign( _bDesign ) { }
+ explicit ControlModeSwitch( bool _bDesign ) : bDesign( _bDesign ) { }
void operator() ( const Reference< XControl >& _rxControl ) const
{