summaryrefslogtreecommitdiff
path: root/sal/textenc/convertsimple.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/textenc/convertsimple.cxx')
-rw-r--r--sal/textenc/convertsimple.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/textenc/convertsimple.cxx b/sal/textenc/convertsimple.cxx
index 507e20907346..09124d148b6a 100644
--- a/sal/textenc/convertsimple.cxx
+++ b/sal/textenc/convertsimple.cxx
@@ -554,7 +554,7 @@ sal_Size sal::detail::textenc::convertCharToUnicode(
if ( pDestBuf == pEndDestBuf )
{
- *pInfo |= RTL_TEXTTOUNICODE_INFO_ERROR | RTL_TEXTTOUNICODE_INFO_DESTBUFFERTOSMALL;
+ *pInfo |= RTL_TEXTTOUNICODE_INFO_ERROR | RTL_TEXTTOUNICODE_INFO_DESTBUFFERTOOSMALL;
break;
}