summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-04-26 13:24:18 +0000
committerKurt Zenker <kz@openoffice.org>2006-04-26 13:24:18 +0000
commitb4c84a7d96e5f2750dfb2578c5e2db5b785ed8db (patch)
treede8a47d99bcc6dc8268c1db49612d48cb2d944e3 /unotools
parentca54f88ba3ba30db606c4c9645f8665bcbc48448 (diff)
INTEGRATION: CWS fwk37 (1.7.64); FILE MERGED
2006/03/29 09:43:25 mav 1.7.64.1: #b6404500# support substorages in OLESimpleStorage service
Diffstat (limited to 'unotools')
-rw-r--r--unotools/inc/unotools/ucbstreamhelper.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/unotools/inc/unotools/ucbstreamhelper.hxx b/unotools/inc/unotools/ucbstreamhelper.hxx
index 8f939c4c6819..f960223565a4 100644
--- a/unotools/inc/unotools/ucbstreamhelper.hxx
+++ b/unotools/inc/unotools/ucbstreamhelper.hxx
@@ -57,6 +57,8 @@ namespace utl
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 );
+ static SvStream* CreateStream( NS_UNO::Reference < NS_IO::XInputStream > xStream, sal_Bool bCloseStream );
+ static SvStream* CreateStream( NS_UNO::Reference < NS_IO::XStream > xStream, sal_Bool bCloseStream );
};
};