diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-22 10:12:28 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-12-22 09:44:37 +0000 |
commit | 44f2edbf7a4f6f369a670ba32e7d1cc354c4fd6d (patch) | |
tree | 9ce67eb640b99d3766b65e94d6ac9ef1b7b30e8e /include/xmloff | |
parent | 7edfee8e4f81c17ec95a03843c509b95b8e404b2 (diff) |
loplugin:unusedfields in include/vcl
Change-Id: I61fc04e00970ea0d398ff80f6b1f81ec2f62dd5e
Reviewed-on: https://gerrit.libreoffice.org/20868
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/shapeimport.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx index b347ec4f9613..bad4b367b04f 100644 --- a/include/xmloff/shapeimport.hxx +++ b/include/xmloff/shapeimport.hxx @@ -273,8 +273,6 @@ class XMLOFF_DLLPUBLIC XMLShapeImportHelper : public salhelper::SimpleReferenceO XMLShapeImportPageContextImpl* mpPageContext; - css::uno::Reference< css::frame::XModel > mxModel; - // PropertySetMappers and factory XMLSdPropHdlFactory* mpSdPropHdlFactory; SvXMLImportPropertyMapper* mpPropertySetMapper; |