diff options
Diffstat (limited to 'writerperfect')
-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); |