cppcheck: noExplicitConstructor
Change-Id: Ib43e53d5b6c9c130adb765ac9b769f58060ac640
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user