From 83f9325f0d8d643d8b3e71fa3ff76ebbd599373d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 15 Jun 2017 11:42:29 +0200 Subject: loplugin:unusedfields xmlhelp..xmlsecurity Change-Id: I7e680e1913c787ce0adad5be1f84668d57ad00b3 Reviewed-on: https://gerrit.libreoffice.org/38821 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/text/txtfldi.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'xmloff/source/text/txtfldi.cxx') diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx index 308ea75fc69e..392bfecf34a7 100644 --- a/xmloff/source/text/txtfldi.cxx +++ b/xmloff/source/text/txtfldi.cxx @@ -3503,7 +3503,6 @@ XMLScriptImportContext::XMLScriptImportContext( const OUString& sLocalName) : XMLTextFieldImportContext(rImport, rHlp, "Script", nPrfx, sLocalName) , bContentOK(false) -, bScriptTypeOK(false) { } @@ -3520,7 +3519,6 @@ void XMLScriptImportContext::ProcessAttribute( case XML_TOK_TEXTFIELD_LANGUAGE: sScriptType = sAttrValue; - bScriptTypeOK = true; break; default: -- cgit