summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gvfs
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:27:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:27:58 +0000
commit5ca3b4c77a1bfcef7da476ddc20e346e46ad8a4c (patch)
tree9a750afb4c8510476dd5507566dfd6ef483c6b76 /ucb/source/ucp/gvfs
parent8aa191b0aba370f5d099c1311d6cae5c1c5a54ba (diff)
INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED
2005/11/10 18:10:11 pl 1.3.10.1: #i55991# removed warnings
Diffstat (limited to 'ucb/source/ucp/gvfs')
-rw-r--r--ucb/source/ucp/gvfs/stream.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/gvfs/stream.cxx b/ucb/source/ucp/gvfs/stream.cxx
index e3bd5965c258..084d5bc3b1cb 100644
--- a/ucb/source/ucp/gvfs/stream.cxx
+++ b/ucb/source/ucp/gvfs/stream.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: stream.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:44:38 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:27:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -148,9 +148,9 @@ sal_Int32 SAL_CALL Stream::readBytes(
if (result == GNOME_VFS_ERROR_EOF)
m_eof = sal_True;
- aData.realloc( nBytesRead );
+ aData.realloc( sal::static_int_cast<sal_uInt32>(nBytesRead) );
- return nBytesRead;
+ return sal::static_int_cast<sal_Int32>(nBytesRead);
}
sal_Int32 SAL_CALL Stream::readSomeBytes(