diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-28 17:53:13 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-28 18:26:54 +0200 |
commit | c7f6ac124c58079ec04cf823756ade559c15c5bc (patch) | |
tree | dc80cc95ce1caa3d6c8d930577f403ef243f7897 /writerperfect/source/common | |
parent | b2d465b2b6a682760ebe17199c0cace8302b00b3 (diff) |
loplugin:salunicodeliteral: writerperfect
Change-Id: I399a72c809db342ff6ffe4644154683fc98feb51
Diffstat (limited to 'writerperfect/source/common')
-rw-r--r-- | writerperfect/source/common/WPXSvInputStream.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/source/common/WPXSvInputStream.cxx b/writerperfect/source/common/WPXSvInputStream.cxx index fca11418aed6..c3e4477781e7 100644 --- a/writerperfect/source/common/WPXSvInputStream.cxx +++ b/writerperfect/source/common/WPXSvInputStream.cxx @@ -255,7 +255,7 @@ void OLEStorageImpl::traverse(const tools::SvRef<SotStorage> &rStorage, const rt tools::SvRef<SotStorageStream> OLEStorageImpl::createStream(const rtl::OUString &rPath) { - const sal_Int32 nDelim = rPath.lastIndexOf(sal_Unicode('/')); + const sal_Int32 nDelim = rPath.lastIndexOf(u'/'); if (-1 == nDelim) return mxRootStorage.ref->OpenSotStream(rPath, StreamMode::STD_READ); |