summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/patch-i66727
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files/patch-i66727')
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-i6672726
1 files changed, 26 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-i66727 b/editors/openoffice.org-2.0-devel/files/patch-i66727
new file mode 100644
index 000000000000..8931f2397c1c
--- /dev/null
+++ b/editors/openoffice.org-2.0-devel/files/patch-i66727
@@ -0,0 +1,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 )
+ {