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



Author: mklose
Date: Tue Apr  1 12:52:37 2008
New Revision: 12071
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12071&view=rev

Log:
2008-04-01  Matthias Klose <doko ubuntu com>

        * patches/src680/ubuntu-lpi.diff: Update Launchpad URLs (remove
        /distros), use answers.launchpad.net and translations.launchpad.net
        for +gethelp and +translate respectively.


Modified:
   trunk/ChangeLog
   trunk/patches/src680/ubuntu-lpi.diff

Modified: trunk/patches/src680/ubuntu-lpi.diff
==============================================================================
--- trunk/patches/src680/ubuntu-lpi.diff	(original)
+++ trunk/patches/src680/ubuntu-lpi.diff	Tue Apr  1 12:52:37 2008
@@ -412,7 +412,7 @@
 +				Reference< com::sun::star::system::XSystemShellExecute > xSystemShell
 +					( ::comphelper::getProcessServiceFactory()->createInstance( DEFINE_CONST_UNICODE("com.sun.star.system.SystemShellExecute" ) ), UNO_QUERY );
 +				if ( xSystemShell.is()) {
-+					rtl::OUString aURI( DEFINE_CONST_UNICODE( "https://launchpad.net/distros/ubuntu/"; UBUNTU_RELEASE "/+sources/openoffice.org/+gethelp" ) );
++					rtl::OUString aURI( DEFINE_CONST_UNICODE( "https://answers.launchpad.net/ubuntu/"; UBUNTU_RELEASE "/+sources/openoffice.org/+gethelp" ) );
 +					xSystemShell->execute( aURI, ::rtl::OUString(), com::sun::star::system::SystemShellExecuteFlags::DEFAULTS );
 +				}
 +
@@ -428,7 +428,7 @@
 +				Reference< com::sun::star::system::XSystemShellExecute > xSystemShell
 +					( ::comphelper::getProcessServiceFactory()->createInstance( DEFINE_CONST_UNICODE("com.sun.star.system.SystemShellExecute" ) ), UNO_QUERY );
 +				if ( xSystemShell.is()) {
-+					rtl::OUString aURI( DEFINE_CONST_UNICODE( "https://launchpad.net/distros/ubuntu/"; UBUNTU_RELEASE "/+sources/openoffice.org/+translate" ) );
++					rtl::OUString aURI( DEFINE_CONST_UNICODE( "https://translations.launchpad.net/ubuntu/"; UBUNTU_RELEASE "/+sources/openoffice.org/+translate" ) );
 +					xSystemShell->execute( aURI, ::rtl::OUString(), com::sun::star::system::SystemShellExecuteFlags::DEFAULTS );
 +				}
 +
@@ -443,7 +443,7 @@
 +				Reference< com::sun::star::system::XSystemShellExecute > xSystemShell
 +					( ::comphelper::getProcessServiceFactory()->createInstance( DEFINE_CONST_UNICODE("com.sun.star.system.SystemShellExecute" ) ), UNO_QUERY );
 +				if ( xSystemShell.is()) {
-+					rtl::OUString aURI( DEFINE_CONST_UNICODE( "https://launchpad.net/distros/ubuntu/"; UBUNTU_RELEASE "/+sources/openoffice.org/+filebug" ) );
++					rtl::OUString aURI( DEFINE_CONST_UNICODE( "https://bugs.launchpad.net/ubuntu/"; UBUNTU_RELEASE "/+sources/openoffice.org/+filebug" ) );
 +					xSystemShell->execute( aURI, ::rtl::OUString(), com::sun::star::system::SystemShellExecuteFlags::DEFAULTS );
 +				}
 +



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