diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-25 07:00:23 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-25 08:25:10 +0200 |
commit | a4af308d90463049379557e2efc0205972164384 (patch) | |
tree | a3e4fbe6151cd78c8122640ec0f4f11b5383be58 /reportdesign | |
parent | 234884c09db0301b9f0b3336f9b0dbb9523ee005 (diff) |
loplugin:unusedfields in include/svx
Change-Id: I946c64d103f3666e5bbff16d95a5c8e65a3750dc
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/core/sdr/RptObject.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/core/sdr/RptObject.cxx b/reportdesign/source/core/sdr/RptObject.cxx index 629c73151ff9..c7fd48ffec2b 100644 --- a/reportdesign/source/core/sdr/RptObject.cxx +++ b/reportdesign/source/core/sdr/RptObject.cxx @@ -581,7 +581,7 @@ void OCustomShape::impl_setUnoShape( const uno::Reference< uno::XInterface >& rx OUnoObject::OUnoObject(const OUString& _sComponentName ,const OUString& rModelName ,sal_uInt16 _nObjectType) - :SdrUnoObj(rModelName, true) + :SdrUnoObj(rModelName) ,OObjectBase(_sComponentName) ,m_nObjectType(_nObjectType) { @@ -592,7 +592,7 @@ OUnoObject::OUnoObject(const OUString& _sComponentName OUnoObject::OUnoObject(const uno::Reference< report::XReportComponent>& _xComponent ,const OUString& rModelName ,sal_uInt16 _nObjectType) - :SdrUnoObj(rModelName, true) + :SdrUnoObj(rModelName) ,OObjectBase(_xComponent) ,m_nObjectType(_nObjectType) { |