summaryrefslogtreecommitdiff
path: root/framework/source/xml
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-24 13:22:20 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-24 12:18:42 +0000
commitf2f8835bfb1ec57885c94aa2aac8d1a17fc09ed3 (patch)
tree88dbcb5844d296a649387201ea7a9fa752f22223 /framework/source/xml
parent136a2fd6c08193793d546e69108765316c96668b (diff)
loplugin:singlevalfields in framework
Change-Id: I5f5efe2180905343654bdbe4d765e7fd311a2d8a Reviewed-on: https://gerrit.libreoffice.org/26636 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'framework/source/xml')
-rw-r--r--framework/source/xml/imagesdocumenthandler.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/xml/imagesdocumenthandler.cxx b/framework/source/xml/imagesdocumenthandler.cxx
index 79866fe53bd5..a04fe0165081 100644
--- a/framework/source/xml/imagesdocumenthandler.cxx
+++ b/framework/source/xml/imagesdocumenthandler.cxx
@@ -128,10 +128,8 @@ OReadImagesDocumentHandler::OReadImagesDocumentHandler( ImageListsDescriptor& aI
m_bImageContainerStartFound = false;
m_bImageContainerEndFound = false;
m_bImagesStartFound = false;
- m_bImagesEndFound = false;
m_bImageStartFound = false;
m_bExternalImagesStartFound = false;
- m_bExternalImagesEndFound = false;
m_bExternalImageStartFound = false;
}