diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 09:11:37 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 09:11:37 +0000 |
commit | f68492add7b3e59d15d4d2a153ab9dbc0eb3d2b2 (patch) | |
tree | 12932d821285bb7ce9b6560e02b3ddd290ce5b37 /ucb | |
parent | dc22c709bc71b3df3a09ffb1badcabc2798845f0 (diff) |
INTEGRATION: CWS geordi2q10 (1.19.38); FILE MERGED
2003/11/27 15:31:47 rt 1.19.38.1: #111934#: join CWS kso8
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/NeonSession.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/NeonSession.hxx b/ucb/source/ucp/webdav/NeonSession.hxx index 485aa2d4dda3..7f9066e3edce 100644 --- a/ucb/source/ucp/webdav/NeonSession.hxx +++ b/ucb/source/ucp/webdav/NeonSession.hxx @@ -2,9 +2,9 @@ * * $RCSfile: NeonSession.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: vg $ $Date: 2003-07-25 11:39:46 $ + * last change: $Author: rt $ $Date: 2003-12-01 10:11:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -309,7 +309,8 @@ class NeonSession : public DAVSession static bool getDataFromInputStream( const com::sun::star::uno::Reference< com::sun::star::io::XInputStream > & xStream, - com::sun::star::uno::Sequence< sal_Int8 > & rData ); + com::sun::star::uno::Sequence< sal_Int8 > & rData, + bool bAppendTrailingZeroByte ); }; }; // namespace_ucp |