From 3392f567be8d52804b187b0bced47204ef38fa3c Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Fri, 10 Dec 2021 12:06:11 +0200 Subject: tdf#146048: detect UTF-16 without BOM Change-Id: I3c1742cdf88dfa08cf35d9f95875d4d3d6af09db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126596 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- include/svtools/svparser.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/svtools') diff --git a/include/svtools/svparser.hxx b/include/svtools/svparser.hxx index b0ba450a7285..d54b4a972f15 100644 --- a/include/svtools/svparser.hxx +++ b/include/svtools/svparser.hxx @@ -62,7 +62,6 @@ protected: sal_uInt64 nNextChPos; sal_uInt32 nNextCh; // current character codepoint in UTF32 for the "lex" - bool bUCS2BSrcEnc : 1; // or as big-endian UCS2 bool bSwitchToUCS2 : 1; // switching is allowed bool bRTF_InTextRead : 1; // only for RTF-Parser!!! -- cgit