summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/ucbstreamhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/inc/unotools/ucbstreamhelper.hxx')
-rw-r--r--unotools/inc/unotools/ucbstreamhelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/inc/unotools/ucbstreamhelper.hxx b/unotools/inc/unotools/ucbstreamhelper.hxx
index 8c20fd506c7b..f309b018cff8 100644
--- a/unotools/inc/unotools/ucbstreamhelper.hxx
+++ b/unotools/inc/unotools/ucbstreamhelper.hxx
@@ -67,13 +67,13 @@ namespace utl
{
public:
static SvStream* CreateStream( const String& rFileName, StreamMode eOpenMode,
- UcbLockBytesHandler* pHandler=0, sal_Bool bForceSynchron=sal_True );
+ UcbLockBytesHandler* pHandler=0 );
static SvStream* CreateStream( const String& rFileName, StreamMode eOpenMode,
NS_UNO::Reference < NS_TASK::XInteractionHandler >,
- UcbLockBytesHandler* pHandler=0, sal_Bool bForceSynchron=sal_True );
+ UcbLockBytesHandler* pHandler=0 );
static SvStream* CreateStream( const String& rFileName, StreamMode eOpenMode,
sal_Bool bFileExists,
- UcbLockBytesHandler* pHandler=0, sal_Bool bForceSynchron=sal_True );
+ UcbLockBytesHandler* pHandler=0 );
static SvStream* CreateStream( NS_UNO::Reference < NS_IO::XInputStream > xStream );
static SvStream* CreateStream( NS_UNO::Reference < NS_IO::XStream > xStream );
static SvStream* CreateStream( NS_UNO::Reference < NS_IO::XInputStream > xStream, sal_Bool bCloseStream );