summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-02 09:23:34 +0200
committerNoel Grandin <noel@peralex.com>2015-03-02 10:25:49 +0200
commita3646d5572b770c74b7b8be80b1091c37a05abc6 (patch)
treebec0aaebc966c0d752b0fb7374a1695ae4c7f5da /reportdesign
parent302f413eec4da8c8572911d08e939186c5ac57cf (diff)
cppcheck: duplicate inherited member
Change-Id: Iee20ca4523739eb082ea1fa8c1145891c0caed29
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/filter/xml/xmlSubDocument.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/reportdesign/source/filter/xml/xmlSubDocument.hxx b/reportdesign/source/filter/xml/xmlSubDocument.hxx
index bf33064a561e..80e312e9db56 100644
--- a/reportdesign/source/filter/xml/xmlSubDocument.hxx
+++ b/reportdesign/source/filter/xml/xmlSubDocument.hxx
@@ -29,7 +29,6 @@ namespace rptxml
class OXMLCell;
class OXMLSubDocument : public OXMLReportElementBase, public IMasterDetailFieds
{
- ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> m_xComponent;
::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> m_xFake;
::std::vector< OUString> m_aMasterFields;
::std::vector< OUString> m_aDetailFields;