summaryrefslogtreecommitdiff
path: root/fpicker/source/office
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-07-02 14:27:38 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-07-02 14:28:29 +0200
commit39f9425793cf7397469d347faa8d009a9a9629b7 (patch)
treefad60dfcd6b4e5d4f7b52e46a2009a83117bac8b /fpicker/source/office
parent16009e34246c60be664820d4c28c5ffeadeb87af (diff)
UCP CMIS + fpicker: SharePoint binding URLs contain ?, encoded them
Change-Id: I256220ab48b13ac28ff14d3b24d7a67332f871dc
Diffstat (limited to 'fpicker/source/office')
-rw-r--r--fpicker/source/office/ServerDetailsControls.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/ServerDetailsControls.cxx b/fpicker/source/office/ServerDetailsControls.cxx
index dc31dc54db64..bcc9cd3451af 100644
--- a/fpicker/source/office/ServerDetailsControls.cxx
+++ b/fpicker/source/office/ServerDetailsControls.cxx
@@ -283,7 +283,7 @@ INetURLObject CmisDetailsContainer::getUrl( )
{
rtl::OUString sEncodedBinding = rtl::Uri::encode(
sBindingUrl + "#" + sRepo,
- rtl_UriCharClassUricNoSlash,
+ rtl_UriCharClassRelSegment,
rtl_UriEncodeKeepEscapes,
RTL_TEXTENCODING_UTF8 );
sUrl = "vnd.libreoffice.cmis+atom://" + sEncodedBinding;