summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-08-28 10:44:29 +0000
committerRüdiger Timm <rt@openoffice.org>2008-08-28 10:44:29 +0000
commit9f463b1fc2f2e2752efa22d79be693a3d87450cb (patch)
tree14342617af5c1b789b1917f5655d94d825c646e0 /sfx2
parentac38a212106bbfcb2d509445e268a5dc8a91b411 (diff)
INTEGRATION: CWS mh30f_DEV300 (1.77.92); FILE MERGED
2008/08/27 13:12:08 mh 1.77.92.1: chg: url redirect, #i92167#
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/appserv.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 7e708f906e6b..7f372422737b 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: appserv.cxx,v $
- * $Revision: 1.77 $
+ * $Revision: 1.78 $
*
* This file is part of OpenOffice.org.
*
@@ -841,7 +841,7 @@ void SfxApplication::OfaExec_Impl( SfxRequest& rReq )
xSMGR->createInstance( DEFINE_CONST_UNICODE("com.sun.star.system.SystemShellExecute" ) ),
uno::UNO_QUERY_THROW );
if ( xSystemShell.is() )
- xSystemShell->execute( DEFINE_CONST_UNICODE("http://extensions.services.openoffice.org/taxonomy/term/88"), ::rtl::OUString(), css::system::SystemShellExecuteFlags::DEFAULTS );
+ xSystemShell->execute( DEFINE_CONST_UNICODE("http://extensions.services.openoffice.org/dictionary?cid=926385"), ::rtl::OUString(), css::system::SystemShellExecuteFlags::DEFAULTS );
}
catch( const ::com::sun::star::uno::Exception& )
{