summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-04-28 17:57:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-28 18:27:00 +0200
commiteffd780dde65d4d51b5aeefc82b71a6306a09cc2 (patch)
tree23a9dc031bd15c72365d28d61480773475a9cefc /desktop
parent40045b5c119776621897f2a51e00373eba5b33f6 (diff)
loplugin:salunicodeliteral: desktop
Change-Id: Id4594d5e0ff79dbe75c5545c22e5b95745d64061
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/misc/dp_misc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/misc/dp_misc.cxx b/desktop/source/deployment/misc/dp_misc.cxx
index a17a214978f2..2083075a608e 100644
--- a/desktop/source/deployment/misc/dp_misc.cxx
+++ b/desktop/source/deployment/misc/dp_misc.cxx
@@ -296,7 +296,7 @@ OUString makeURL( OUString const & baseURL, OUString const & relPath_ )
OUString makeURLAppendSysPathSegment( OUString const & baseURL, OUString const & segment )
{
- OSL_ASSERT(segment.indexOf(static_cast<sal_Unicode>('/')) == -1);
+ OSL_ASSERT(segment.indexOf(u'/') == -1);
::rtl::Uri::encode(
segment, rtl_UriCharClassPchar, rtl_UriEncodeIgnoreEscapes,