summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/patch-i66727
blob: 8931f2397c1c48eccf9bc862576cea47fb875143 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Index: sot/source/sdstor/ucbstorage.cxx
===================================================================
RCS file: /cvs/util/sot/source/sdstor/ucbstorage.cxx,v
retrieving revision 1.90
retrieving revision 1.90.2.1
diff -u -r1.90 -r1.90.2.1
--- sot/source/sdstor/ucbstorage.cxx	20 Jun 2006 05:56:00 -0000	1.90
+++ sot/source/sdstor/ucbstorage.cxx	27 Jun 2006 10:01:10 -0000	1.90.2.1
@@ -554,7 +554,7 @@
 																		// 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 @@
     m_bCommited = TRUE;
 }
 
-void UCBStorageStream_Impl::SetError( long nErr )
+void UCBStorageStream_Impl::SetError( sal_uInt32 nErr )
 {
     if ( !m_nError )
     {