diff options
Diffstat (limited to 'sal/textenc/convertsinglebytetobmpunicode.cxx')
-rw-r--r-- | sal/textenc/convertsinglebytetobmpunicode.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/textenc/convertsinglebytetobmpunicode.cxx b/sal/textenc/convertsinglebytetobmpunicode.cxx index 5890a9dc8220..e8653531ed41 100644 --- a/sal/textenc/convertsinglebytetobmpunicode.cxx +++ b/sal/textenc/convertsinglebytetobmpunicode.cxx @@ -69,7 +69,7 @@ sal_Size rtl_textenc_convertSingleByteToBmpUnicode( break; no_output: --srcBuf; - infoFlags |= RTL_TEXTTOUNICODE_INFO_DESTBUFFERTOSMALL; + infoFlags |= RTL_TEXTTOUNICODE_INFO_DESTBUFFERTOOSMALL; break; } if (info != nullptr) { |