From 16690220ed6e68f2e9674a09b5008f38c5e6ed8d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 15 Oct 2018 08:48:36 +0200 Subject: loplugin:singlevalfields tighten up the handling of binary operators Change-Id: I262ec57bf7142fa094d240738150a94d83fd15ee Reviewed-on: https://gerrit.libreoffice.org/61777 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/editeng/svxacorr.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/editeng/svxacorr.hxx') diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx index 336a2c23b95f..5dc0e5fbc158 100644 --- a/include/editeng/svxacorr.hxx +++ b/include/editeng/svxacorr.hxx @@ -243,8 +243,7 @@ class EDITENG_DLLPUBLIC SvxAutoCorrect LanguageType eCharClassLang; ACFlags nFlags; - sal_Unicode cStartDQuote, cEndDQuote, cStartSQuote, cEndSQuote, - cEmDash, cEnDash; + sal_Unicode cStartDQuote, cEndDQuote, cStartSQuote, cEndSQuote; // private methods -- cgit