[ooo-build-commit] patches/dev300

Tor Lillqvist tml at kemper.freedesktop.org
Thu Sep 3 05:41:42 PDT 2009


 patches/dev300/webdav-locking-from-ooo-build-2-4-1.diff |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a4910020f50c28884d4810086c9b445b9d65545c
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Thu Sep 3 15:40:02 2009 +0300

    SetError takes two parameters now

diff --git a/patches/dev300/webdav-locking-from-ooo-build-2-4-1.diff b/patches/dev300/webdav-locking-from-ooo-build-2-4-1.diff
index cf09906..01d4b68 100644
--- a/patches/dev300/webdav-locking-from-ooo-build-2-4-1.diff
+++ b/patches/dev300/webdav-locking-from-ooo-build-2-4-1.diff
@@ -260,7 +260,7 @@
 +                        xStream->getInputStream()->closeInput();
 +
 +                    xStream = uno::Reference< io::XStream >();
-+                    SetError( ERRCODE_IO_GENERAL );
++                    SetError( ERRCODE_IO_GENERAL, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ) );
 +                }
 +            }
 +            catch ( ucb::InteractiveIOException const & e )
@@ -309,7 +309,7 @@
 +        catch( uno::Exception& )
 +        {
 +            // TODO/LATER: try to use the temporary file in case the target content can not be opened, it might happen in case of some FS, the copy functionality might work in this case
-+            SetError( ERRCODE_IO_GENERAL );
++            SetError( ERRCODE_IO_GENERAL, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ) );
 +        }
 +    }
  


More information about the ooo-build-commit mailing list