diff options
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/resultsetbase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx b/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx index 0bee13306e1e..51226d297384 100644 --- a/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx +++ b/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx @@ -431,7 +431,7 @@ class XPropertySetInfoImpl { public: - XPropertySetInfoImpl( const uno::Sequence< beans::Property >& aSeq ) + explicit XPropertySetInfoImpl( const uno::Sequence< beans::Property >& aSeq ) : m_aSeq( aSeq ) { } |