summaryrefslogtreecommitdiff
path: root/framework/inc/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/inc/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/inc/xml')
-rw-r--r--framework/inc/xml/imagesdocumenthandler.hxx2
-rw-r--r--framework/inc/xml/statusbardocumenthandler.hxx1
-rw-r--r--framework/inc/xml/toolboxdocumenthandler.hxx1
3 files changed, 0 insertions, 4 deletions
diff --git a/framework/inc/xml/imagesdocumenthandler.hxx b/framework/inc/xml/imagesdocumenthandler.hxx
index 3e1b84c69c11..c46edece15ac 100644
--- a/framework/inc/xml/imagesdocumenthandler.hxx
+++ b/framework/inc/xml/imagesdocumenthandler.hxx
@@ -118,10 +118,8 @@ class OReadImagesDocumentHandler : public ::cppu::WeakImplHelper< css::xml::sax:
bool m_bImageContainerStartFound;
bool m_bImageContainerEndFound;
bool m_bImagesStartFound;
- bool m_bImagesEndFound;
bool m_bImageStartFound;
bool m_bExternalImagesStartFound;
- bool m_bExternalImagesEndFound;
bool m_bExternalImageStartFound;
sal_Int32 m_nHashMaskModeBitmap;
sal_Int32 m_nHashMaskModeColor;
diff --git a/framework/inc/xml/statusbardocumenthandler.hxx b/framework/inc/xml/statusbardocumenthandler.hxx
index 141e559f4cc0..1ad108fa0d91 100644
--- a/framework/inc/xml/statusbardocumenthandler.hxx
+++ b/framework/inc/xml/statusbardocumenthandler.hxx
@@ -111,7 +111,6 @@ class FWE_DLLPUBLIC OReadStatusBarDocumentHandler :
};
bool m_bStatusBarStartFound;
- bool m_bStatusBarEndFound;
bool m_bStatusBarItemStartFound;
StatusBarHashMap m_aStatusBarMap;
css::uno::Reference< css::container::XIndexContainer > m_aStatusBarItems;
diff --git a/framework/inc/xml/toolboxdocumenthandler.hxx b/framework/inc/xml/toolboxdocumenthandler.hxx
index 438ba2df604c..514606118fd4 100644
--- a/framework/inc/xml/toolboxdocumenthandler.hxx
+++ b/framework/inc/xml/toolboxdocumenthandler.hxx
@@ -111,7 +111,6 @@ class FWE_DLLPUBLIC OReadToolBoxDocumentHandler :
};
bool m_bToolBarStartFound : 1;
- bool m_bToolBarEndFound : 1;
bool m_bToolBarItemStartFound : 1;
bool m_bToolBarSpaceStartFound : 1;
bool m_bToolBarBreakStartFound : 1;