summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-08-27 06:52:50 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-08-27 06:52:50 +0000
commit291a0a97271e7d2cef8d34a52a023e17a2333e71 (patch)
tree2ca739685b81dc67025a800633d59d020166e7cd /sfx2
parent218f1e98a521f02a669bf81d3a0487d3ae680844 (diff)
INTEGRATION: CWS mav37_DEV300 (1.4.132); FILE MERGED
2008/08/14 12:21:59 mav 1.4.132.2: #i92735# do not use SimpleFileAccess to open the document streams 2008/08/14 11:27:21 mav 1.4.132.1: #i92735# do not use SimpleFileAccess to open the document streams
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/opostponedtruncationstream.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/doc/opostponedtruncationstream.hxx b/sfx2/source/doc/opostponedtruncationstream.hxx
index 3058880c7e..d44c122c6a 100644
--- a/sfx2/source/doc/opostponedtruncationstream.hxx
+++ b/sfx2/source/doc/opostponedtruncationstream.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: opostponedtruncationstream.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -86,7 +86,8 @@ public:
const ::rtl::OUString& aURL,
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory,
const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess >& xFileAccess,
- sal_Bool bDeleteNewIfNotWritten );
+ const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xStream,
+ sal_Bool bDelete );
~OPostponedTruncationFileStream();