summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/fltlst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/bastyp/fltlst.cxx')
-rw-r--r--sfx2/source/bastyp/fltlst.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/fltlst.cxx b/sfx2/source/bastyp/fltlst.cxx
index c6ae1f92e141..a51863e4bcf5 100644
--- a/sfx2/source/bastyp/fltlst.cxx
+++ b/sfx2/source/bastyp/fltlst.cxx
@@ -44,7 +44,7 @@ class SfxRefreshListener : public ::cppu::WeakImplHelper<com::sun::star::util::X
SfxFilterListener *m_pOwner;
public:
- SfxRefreshListener(SfxFilterListener *pOwner)
+ explicit SfxRefreshListener(SfxFilterListener *pOwner)
: m_pOwner(pOwner)
{
}