diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-05-28 14:18:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-05-28 14:18:30 +0000 |
commit | fe1e82940ef2bcf6d8d4b6ff05bfe43ffbb78ecf (patch) | |
tree | e2f540887f7c4c36a2e685c0186b8453861b20e1 /unotools/inc | |
parent | 01c7e968fb3be72eae06461f9f743186e2467534 (diff) |
INTEGRATION: CWS tdocfixes1 (1.4.6); FILE MERGED
2004/05/14 15:17:51 kso 1.4.6.1: #29204# - Added new member function to class UcbStreamHelper
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/ucbstreamhelper.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unotools/inc/unotools/ucbstreamhelper.hxx b/unotools/inc/unotools/ucbstreamhelper.hxx index 26d11b164fd6..1509d467fcba 100644 --- a/unotools/inc/unotools/ucbstreamhelper.hxx +++ b/unotools/inc/unotools/ucbstreamhelper.hxx @@ -43,6 +43,9 @@ namespace utl static SvStream* CreateStream( const String& rFileName, StreamMode eOpenMode, NS_UNO::Reference < NS_TASK::XInteractionHandler >, UcbLockBytesHandler* pHandler=0, sal_Bool bForceSynchron=sal_True ); + static SvStream* CreateStream( const String& rFileName, StreamMode eOpenMode, + sal_Bool bFileExists, + UcbLockBytesHandler* pHandler=0, sal_Bool bForceSynchron=sal_True ); static SvStream* CreateStream( NS_UNO::Reference < NS_IO::XInputStream > xStream ); static SvStream* CreateStream( NS_UNO::Reference < NS_IO::XStream > xStream ); }; |