fdo#64211 replace "%2F" to "/" in online (wiki) help URLs
commit0bf858a7221f3d42c46d778d1b0bcccf3eedab4e
authorAndras Timar <atimar@suse.com>
Tue, 7 May 2013 19:01:30 +0000 (7 21:01 +0200)
committerPetr Mladek <pmladek@suse.cz>
Thu, 9 May 2013 10:35:46 +0000 (9 12:35 +0200)
tree6f4b1da480d8fcce1f21c1c3fdb0e516fab4a97d
parenta4ca67596c3896db2dbcfafc20f9b845b852636d
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
sfx2/source/appl/sfxhelp.cxx