diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2021-12-10 12:06:11 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-12-10 16:11:11 +0100 |
commit | 3392f567be8d52804b187b0bced47204ef38fa3c (patch) | |
tree | 263efaffab627d8b520d092c2fe0ce1c15d6a214 /include/svtools | |
parent | ecd8f448327fbdfcef86e8706ee8b74e3b886dce (diff) |
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 <mike.kaganski@collabora.com>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/svparser.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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!!! |