summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/view/tabvwsh3.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-01 08:48:58 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-01 12:14:45 +0300
commitfe41e4ba11f66d247ca4b09563c3ea21728fa410 (patch)
tree6d99b24d8bb32e4924cf1889986c17552d629ba6 /sc/source/ui/view/tabvwsh3.cxx
parentBin pointless INET_MARK_TOKEN (diff)
downloadcore-fe41e4ba11f66d247ca4b09563c3ea21728fa410.tar.gz
core-fe41e4ba11f66d247ca4b09563c3ea21728fa410.zip
Bin pointless INET_HEX_ESCAPE
Change-Id: I72238e511c2fca4a4aba0be60b0f2d3b1f46e5c2
Diffstat (limited to 'sc/source/ui/view/tabvwsh3.cxx')
-rw-r--r--sc/source/ui/view/tabvwsh3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx
index d8d482738f3b..cabe51135f86 100644
--- a/sc/source/ui/view/tabvwsh3.cxx
+++ b/sc/source/ui/view/tabvwsh3.cxx
@@ -247,7 +247,7 @@ void ScTabViewShell::Execute( SfxRequest& rReq )
if ( nSlot == SID_JUMPTOMARK )
{
// URL has to be decoded for escaped characters (%20)
- aAddress = INetURLObject::decode( aAddress, INET_HEX_ESCAPE,
+ aAddress = INetURLObject::decode( aAddress, '%',
INetURLObject::DECODE_WITH_CHARSET,
RTL_TEXTENCODING_UTF8 );
}