diff options
Diffstat (limited to 'include/unotools/ucbstreamhelper.hxx')
-rw-r--r-- | include/unotools/ucbstreamhelper.hxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/include/unotools/ucbstreamhelper.hxx b/include/unotools/ucbstreamhelper.hxx index 47e34bc830b7..2e8308b13a3b 100644 --- a/include/unotools/ucbstreamhelper.hxx +++ b/include/unotools/ucbstreamhelper.hxx @@ -52,14 +52,11 @@ namespace utl class UNOTOOLS_DLLPUBLIC UcbStreamHelper : public SvStream { public: + static SvStream* CreateStream( const OUString& rFileName, StreamMode eOpenMode ); static SvStream* CreateStream( const OUString& rFileName, StreamMode eOpenMode, - UcbLockBytesHandler* pHandler=nullptr ); + css::uno::Reference < css::task::XInteractionHandler > ); static SvStream* CreateStream( const OUString& rFileName, StreamMode eOpenMode, - css::uno::Reference < css::task::XInteractionHandler >, - UcbLockBytesHandler* pHandler=nullptr ); - static SvStream* CreateStream( const OUString& rFileName, StreamMode eOpenMode, - bool bFileExists, - UcbLockBytesHandler* pHandler=nullptr ); + bool bFileExists ); static SvStream* CreateStream( css::uno::Reference < css::io::XInputStream > xStream ); static SvStream* CreateStream( css::uno::Reference < css::io::XStream > xStream ); static SvStream* CreateStream( css::uno::Reference < css::io::XInputStream > xStream, bool bCloseStream ); |