ooo-build r11406 - in trunk: . patches/src680



Author: jholesovsky
Date: Thu Jan 24 16:54:15 2008
New Revision: 11406
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11406&view=rev

Log:
2008-01-24  Jan Holesovsky  <kendy suse cz>

        * patches/src680/unxsplash-rework.diff: Fix sofficerc access
          problem, found by Marcelo.


Modified:
   trunk/ChangeLog
   trunk/patches/src680/unxsplash-rework.diff

Modified: trunk/patches/src680/unxsplash-rework.diff
==============================================================================
--- trunk/patches/src680/unxsplash-rework.diff	(original)
+++ trunk/patches/src680/unxsplash-rework.diff	Thu Jan 24 16:54:15 2008
@@ -942,7 +942,7 @@
 index 0000000..2317efe
 --- /dev/null
 +++ desktop/unx/source/start.c
-@@ -0,0 +1,717 @@
+@@ -0,0 +1,719 @@
 +/*************************************************************************
 + *
 + *  OpenOffice.org - a multi-platform office productivity suite
@@ -1329,6 +1329,8 @@
 +    /* costruct the sofficerc file location */
 +    rtl_uString_newFromAscii( &pSettings, "file://" );
 +    rtl_uString_newConcat( &pSettings, pSettings, pAppPath );
++    rtl_uString_newFromAscii( &pTmp, "/" );
++    rtl_uString_newConcat( &pSettings, pSettings, pTmp );
 +    rtl_uString_newFromAscii( &pTmp, SAL_CONFIGFILE( "soffice" ) );
 +    rtl_uString_newConcat( &pSettings, pSettings, pTmp );
 +



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]