[Libreoffice-commits] .: patches/dev300

Tor Lillqvist tml at kemper.freedesktop.org
Wed Nov 10 00:28:41 PST 2010


 patches/dev300/xmlhelp-work-with-symlinks.diff |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 945364587a919004247b6d1cd14da5eb2bdd5727
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Wed Nov 10 10:27:54 2010 +0200

    Make xmlhelp-work-with-symlinks.diff apply again

diff --git a/patches/dev300/xmlhelp-work-with-symlinks.diff b/patches/dev300/xmlhelp-work-with-symlinks.diff
index 2ed260a..0cb8863 100644
--- a/patches/dev300/xmlhelp-work-with-symlinks.diff
+++ b/patches/dev300/xmlhelp-work-with-symlinks.diff
@@ -32,8 +32,8 @@ index 6693d69..0b0dd48 100644
 -            if ( 1 + rFileName.lastIndexOf( '/' ) != rFileName.getLength() )
 +            if ( 1 + aFileName.lastIndexOf( '/' ) != aFileName.getLength() )
              {
--                rFileName += rtl::OUString::createFromAscii( "/" );
-+                aFileName += rtl::OUString::createFromAscii( "/" );
+-                rFileName += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "/" ));
++                aFileName += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "/" ));
              }
 -            rFileName += rZipName;
 +            aFileName += rZipName;


More information about the Libreoffice-commits mailing list