summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtfldi.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-15 11:42:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-16 08:24:49 +0200
commit83f9325f0d8d643d8b3e71fa3ff76ebbd599373d (patch)
treeae330b657da35b82964cfac41f16e69acbc7c5b5 /xmloff/source/text/txtfldi.cxx
parent9e425891f79a834abb03e3d69ee0c3665944faaa (diff)
loplugin:unusedfields xmlhelp..xmlsecurity
Change-Id: I7e680e1913c787ce0adad5be1f84668d57ad00b3 Reviewed-on: https://gerrit.libreoffice.org/38821 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/text/txtfldi.cxx')
-rw-r--r--xmloff/source/text/txtfldi.cxx2
1 files changed, 0 insertions, 2 deletions
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: