]> git.pld-linux.org Git - packages/libreoffice.git/blobdiff - openoffice-help-support.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-help-support.patch
index daeb44710e133e6b1338e83683de010e8c54979b..4cbbf7efc39270b8ec19bd6a579192eeb2d5dde3 100644 (file)
@@ -46,7 +46,7 @@ diff -u -p -u -r1.30 appserv.cxx
 +                              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( "http://www.ximian.com/support" ) );
++                                      rtl::OUString aURI( DEFINE_CONST_UNICODE( "http://www.pld-linux.org/" ) );
 +                                      xSystemShell->execute( aURI, ::rtl::OUString(), com::sun::star::system::SystemShellExecuteFlags::DEFAULTS );
 +                              }
 +
This page took 0.182808 seconds and 4 git commands to generate.