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 /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 'xmloff')
-rw-r--r-- | xmloff/source/draw/shapeimport.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/draw/shapeimport.cxx b/xmloff/source/draw/shapeimport.cxx index 8ff67a3eac0a..18b7dd9c436a 100644 --- a/xmloff/source/draw/shapeimport.cxx +++ b/xmloff/source/draw/shapeimport.cxx @@ -110,7 +110,6 @@ XMLShapeImportHelper::XMLShapeImportHelper( SvXMLImportPropertyMapper *pExtMapper ) : mpImpl( new XMLShapeImportHelperImpl() ), mpPageContext(nullptr), - mxModel(rModel), mpPropertySetMapper(nullptr), mpPresPagePropsMapper(nullptr), |