diff options
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/streamwrap.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unotools/streamwrap.hxx b/include/unotools/streamwrap.hxx index dc4c51807189..429bbe91c36c 100644 --- a/include/unotools/streamwrap.hxx +++ b/include/unotools/streamwrap.hxx @@ -164,6 +164,7 @@ class UNOTOOLS_DLLPUBLIC OStreamWrapper final public: OStreamWrapper(SvStream& _rStream); OStreamWrapper(std::unique_ptr<SvStream> _rStream); + OStreamWrapper(SvStream* _pStream, bool _bOwner = false); // css::io::XStream virtual css::uno::Reference< css::io::XInputStream > SAL_CALL getInputStream( ) override; |