summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-07-24 11:26:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-07-24 15:36:24 +0200
commit5ae7908ecec19d2d7f5464bf89fcd26a4aef3ace (patch)
tree7930e61dfdefb2321546956365c56beb5b6aa333 /framework/inc
parent4bd1b38633d6cb288eb559afc0ac6b961538ae60 (diff)
loplugin:unusedfields
Change-Id: I80ed513cf690f94bf4320b040b36d7f904c63482 Reviewed-on: https://gerrit.libreoffice.org/76233 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/xml/imagesdocumenthandler.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/inc/xml/imagesdocumenthandler.hxx b/framework/inc/xml/imagesdocumenthandler.hxx
index 2df23a205cd3..c6d0917840cc 100644
--- a/framework/inc/xml/imagesdocumenthandler.hxx
+++ b/framework/inc/xml/imagesdocumenthandler.hxx
@@ -96,10 +96,6 @@ class OReadImagesDocumentHandler : public ::cppu::WeakImplHelper< css::xml::sax:
bool m_bImageContainerStartFound;
bool m_bImageContainerEndFound;
bool m_bImagesStartFound;
- bool m_bExternalImagesStartFound;
- bool m_bExternalImageStartFound;
- sal_Int32 m_nHashMaskModeBitmap;
- sal_Int32 m_nHashMaskModeColor;
ImageHashMap m_aImageMap;
ImageItemDescriptorList& m_rImageList;
css::uno::Reference< css::xml::sax::XLocator > m_xLocator;
@@ -130,7 +126,6 @@ class OWriteImagesDocumentHandler final
const ImageItemDescriptorList& m_rImageItemList;
css::uno::Reference< css::xml::sax::XDocumentHandler > m_xWriteDocumentHandler;
css::uno::Reference< css::xml::sax::XAttributeList > m_xEmptyList;
- OUString m_aXMLXlinkNS;
OUString m_aXMLImageNS;
OUString m_aAttributeType;
OUString m_aAttributeXlinkType;