diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-30 09:23:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-30 12:18:04 +0100 |
commit | 14b366e57a904c2c0d04804f15d8daf755f14541 (patch) | |
tree | 5997a5f1f60a5e0d418708948b408221ef50586c /include/vcl/xtextedt.hxx | |
parent | cabf739612a0e979ebcf76f40a24e66a354b10a5 (diff) |
loplugin:singlevalfields
Change-Id: I70dc861573fd1b3d799c88aa2a6d9a3eda0e2a43
Reviewed-on: https://gerrit.libreoffice.org/64327
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/xtextedt.hxx')
-rw-r--r-- | include/vcl/xtextedt.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/xtextedt.hxx b/include/vcl/xtextedt.hxx index fc742d9aaa8e..bab4ba693654 100644 --- a/include/vcl/xtextedt.hxx +++ b/include/vcl/xtextedt.hxx @@ -32,9 +32,6 @@ namespace util { class VCL_DLLPUBLIC ExtTextEngine : public TextEngine { -private: - OUString const maGroupChars; - public: ExtTextEngine(); virtual ~ExtTextEngine() override; |