sw/source/filter/ww8/ww8par.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit a2e70c0a329c1746947e0ef76002482bf681a1c9 Author: Caolán McNamara <caol...@redhat.com> Date: Wed Aug 27 15:10:03 2014 +0100 nInfo is RTL_TEXTTOUNICODE_INFO not RTL_TEXTTOUNICODE_FLAGS Change-Id: If5e0a2bbfbd56a2d647dac608643411eefa1ed73 diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx index 54cfbcc..07627fb 100644 --- a/sw/source/filter/ww8/ww8par.cxx +++ b/sw/source/filter/ww8/ww8par.cxx @@ -2942,8 +2942,8 @@ sal_Size Custom8BitToUnicode(rtl_TextToUnicodeConverter hConverter, nConverted += nThisConverted; if ( - nInfo & RTL_TEXTTOUNICODE_FLAGS_UNDEFINED_ERROR || - nInfo & RTL_TEXTTOUNICODE_FLAGS_MBUNDEFINED_ERROR + nInfo & RTL_TEXTTOUNICODE_INFO_UNDEFINED || + nInfo & RTL_TEXTTOUNICODE_INFO_MBUNDEFINED ) { sal_Size nOtherConverted;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits