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, 0 insertions, 26 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-i66727 b/editors/openoffice.org-2.0-devel/files/patch-i66727
deleted file mode 100644
index 8931f2397c1c..000000000000
--- a/editors/openoffice.org-2.0-devel/files/patch-i66727
+++ /dev/null
@@ -1,26 +0,0 @@
-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 )
- {