diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-28 17:53:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-28 18:26:54 +0200 |
commit | 3e0a651f992dc9a230153e4ce65ecc862aec84a8 (patch) | |
tree | a737508d7fd4ecdec20f49aa083ef414bb7b84c8 /ucb/source/ucp/package/pkguri.hxx | |
parent | f76633138d0b9b744fd4e551c571edd8971eb0ac (diff) |
loplugin:salunicodeliteral: ucb
Change-Id: I236cf168d144debef1ba46cb6294f109773d0636
Diffstat (limited to 'ucb/source/ucp/package/pkguri.hxx')
-rw-r--r-- | ucb/source/ucp/package/pkguri.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/package/pkguri.hxx b/ucb/source/ucp/package/pkguri.hxx index 605e53933827..52e3e01fff41 100644 --- a/ucb/source/ucp/package/pkguri.hxx +++ b/ucb/source/ucp/package/pkguri.hxx @@ -82,7 +82,7 @@ inline bool PackageUri::isRootFolder() const { init(); return ( ( m_aPath.getLength() == 1 ) && - ( m_aPath.getStr()[ 0 ] == sal_Unicode( '/' ) ) ); + ( m_aPath.getStr()[ 0 ] == u'/' ) ); } } |