summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/formcellbinding.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/formcellbinding.cxx')
-rw-r--r--xmloff/source/forms/formcellbinding.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/formcellbinding.cxx b/xmloff/source/forms/formcellbinding.cxx
index 61797c861a0e..bbd610dc3bf2 100644
--- a/xmloff/source/forms/formcellbinding.cxx
+++ b/xmloff/source/forms/formcellbinding.cxx
@@ -86,7 +86,7 @@ namespace
const OUString m_sReference;
public:
- StringCompare( const OUString& _rReference ) : m_sReference( _rReference ) { }
+ explicit StringCompare( const OUString& _rReference ) : m_sReference( _rReference ) { }
inline bool operator()( const OUString& _rCompare )
{