diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-11-21 11:17:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-11-22 11:04:22 +0100 |
commit | 57fcfc5a5071ffdb955ce341538263d92ee1eaa5 (patch) | |
tree | 70291c30ae9024ca41dbb36917d966c60f2ba1df /i18npool/inc | |
parent | a55d9d57e5bfe40a6d97c78b35646372f599c840 (diff) |
loplugin:unusedfields
Change-Id: Icf6e7e116a087e7f68b86bdb645850a2edaa2f78
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143087
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'i18npool/inc')
-rw-r--r-- | i18npool/inc/textconversion.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/i18npool/inc/textconversion.hxx b/i18npool/inc/textconversion.hxx index a6fefa1c507e..ebb973de0b3a 100644 --- a/i18npool/inc/textconversion.hxx +++ b/i18npool/inc/textconversion.hxx @@ -119,11 +119,6 @@ private: -// for SChines/TChinese word conversion -typedef struct { - sal_Int16 count; -} STC_WordIndex; - class TextConversion_zh final : public TextConversionService { public: |