[Libreoffice-commits] .: sal/osl

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 21 07:03:39 PST 2012


 sal/osl/unx/file_url.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 754dc17b3f5d786329d454a4aed5fc9d1c91b0d9
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Nov 21 15:02:53 2012 +0000

    fix sal build
    
    since reversion due to f78a2bcce88dd5c12052ae3e55c561cdd48b05fe
    
    Change-Id: If60bb1931c1305068a86257fbbaa18029872e22e

diff --git a/sal/osl/unx/file_url.cxx b/sal/osl/unx/file_url.cxx
index bf0d58d..082f85c 100644
--- a/sal/osl/unx/file_url.cxx
+++ b/sal/osl/unx/file_url.cxx
@@ -145,8 +145,6 @@ oslFileError SAL_CALL osl_getSystemPathFromFileURL( rtl_uString *ustrFileURL, rt
     sal_Unicode encodedSlash[3] = { '%', '2', 'F' };
     sal_Unicode protocolDelimiter[3] = { ':', '/', '/' };
 
-    OSL_ASSERT(path != 0 && path->isEmpty());
-
     /* temporary hack: if already system path, return ustrFileURL */
     /*
     if( (sal_Unicode) '/' == ustrFileURL->buffer[0] )


More information about the Libreoffice-commits mailing list