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
commit89fa60711a83bb792bb9c787c3ea76c8e57e68eb (patch)
treefde54dec9ba2a220e7db39ee58ab0a3c40d7126e /sfx2
parentc01d22e722ceb6e317e4d38d25f2e320c03c4c0e (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 0e75c20c1b..713253070f 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& )
{