summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-05-07 21:01:30 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-05-08 09:20:54 +0200
commitb8dd48c73c0d6978913e93af8ea8e0fae0b2c190 (patch)
treea679dfb5c9c30e6c170a54cd451f2a6d4a41d19e /sfx2
parent0c09b9692ea3c6737283beff40a22bc95f1af749 (diff)
fdo#64211 replace "%2F" to "/" in online (wiki) help URLs
It is not possible to create wiki pages with URLs that have %2F in them. Help URLs contain %2F, when invoked from dialogs that are based on .ui files, it seems this is the new HID syntax. For example for Zoom dialog LibreOffice used to call http://help.libreoffice.org/simpress/cui%2Fui%2Fzoomdialog%2Fzoomsb and it did not work. Now it calls http://help.libreoffice.org/simpress/cui/ui/zoomdialog/zoomsb and it works. Signed-off-by: Miklos Vajna <vmiklos@suse.cz> Conflicts: sfx2/source/appl/sfxhelp.cxx Change-Id: I163cf8ec3b69f31eadbbd9085d2180839fe91e07
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/sfxhelp.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index b2be3e3f78de..4e7837c4bba9 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -660,6 +660,7 @@ static bool impl_showOnlineHelp( const String& rURL )
OUString aHelpLink( "http://help.libreoffice.org/" );
aHelpLink += rURL.Copy( aInternal.Len() );
+ aHelpLink = aHelpLink.replaceAll("%2F","/");
try
{
Reference< XSystemShellExecute > xSystemShell(