cppcheck: noExplicitConstructor

Change-Id: Ib43e53d5b6c9c130adb765ac9b769f58060ac640
This commit is contained in:
Caolán McNamara
2015-12-29 19:27:43 +00:00
parent 79a1ba61e4
commit bea8a7ad63
33 changed files with 44 additions and 45 deletions

View File

@@ -1250,7 +1250,7 @@ class BinaryOutput
Reference< io::XOutputStream > m_xOutputStream;
public:
BinaryOutput( Reference< XComponentContext > xContext );
explicit BinaryOutput( Reference< XComponentContext > xContext );
Reference< io::XOutputStream > getOutputStream() const
{ return m_xOutputStream; }