summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/ucbstorage.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-06 13:35:25 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-06 13:35:25 +0000
commit89529bde19d5328ad46b14330e713b3e31712b39 (patch)
tree5a7b5c783eff5d3cef0c27d17dc41fc5b5c8ba5c /sot/source/sdstor/ucbstorage.cxx
parentf029a44941970d1d54534075aa94b1fb0af90b2b (diff)
INTEGRATION: CWS warningfixes01 (1.90.2); FILE MERGED
2006/06/27 10:01:10 pl 1.90.2.1: #i66727# solve ambiguity on 64 bit platforms
Diffstat (limited to 'sot/source/sdstor/ucbstorage.cxx')
-rw-r--r--sot/source/sdstor/ucbstorage.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx
index bbf0aeac5b0a..1942960452e8 100644
--- a/sot/source/sdstor/ucbstorage.cxx
+++ b/sot/source/sdstor/ucbstorage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ucbstorage.cxx,v $
*
- * $Revision: 1.90 $
+ * $Revision: 1.91 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 05:56:00 $
+ * last change: $Author: kz $ $Date: 2006-07-06 14:35:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -554,7 +554,7 @@ public:
// this class is close to be unusable
// since it can not read and write
using SvStream::SetError;
- void SetError( long nError );
+ void SetError( sal_uInt32 nError );
void PrepareCachedForReopen( StreamMode nMode );
};
@@ -1216,7 +1216,7 @@ void UCBStorageStream_Impl::FlushData()
m_bCommited = TRUE;
}
-void UCBStorageStream_Impl::SetError( long nErr )
+void UCBStorageStream_Impl::SetError( sal_uInt32 nErr )
{
if ( !m_nError )
{