Kaydet (Commit) 01eeb20f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:salunicodeliteral: i18nutil

Change-Id: Ie7dfc21fccbeed5005c2b881ff593853513b13e1
üst b75968c8
......@@ -83,7 +83,7 @@ OUString widthfolding::decompose_ja_voiced_sound_marks (const OUString& inStr, s
if (useOffset)
*p ++ = position ++;
}
*dst = (sal_Unicode) 0;
*dst = u'\0';
newStr->length = sal_Int32(dst - newStr->buffer);
if (useOffset)
......@@ -187,7 +187,7 @@ OUString widthfolding::compose_ja_voiced_sound_marks (const OUString& inStr, sal
*dst ++ = previousChar;
}
*dst = (sal_Unicode) 0;
*dst = u'\0';
newStr->length = sal_Int32(dst - newStr->buffer);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment