writerperfect: Use appropriate OUString functions on string constants
Change-Id: Ieb4b5ea8d7f6b19d4311892a11a11bef2acbdf8b
This commit is contained in:
parent
857742d60f
commit
f273d67076
@ -365,7 +365,7 @@ void ZipStorageImpl::traverse(const Reference<container::XNameAccess> &rxContain
|
||||
|
||||
for (sal_Int32 n = 0; n < lNames.getLength(); ++n)
|
||||
{
|
||||
if (!lNames[n].endsWithAsciiL("/", 1)) // skip dirs
|
||||
if (!lNames[n].endsWith("/")) // skip dirs
|
||||
{
|
||||
maStreams.push_back(ZipStreamData(rtl::OUStringToOString(lNames[n], RTL_TEXTENCODING_UTF8)));
|
||||
maNameMap[lNames[n]] = maStreams.size() - 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user