diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-11 15:07:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-11 20:21:47 +0000 |
commit | d613a0e5875e25a7c217d8f490618b1da9aa9b1d (patch) | |
tree | bd0adba89947a1c216d2bddd83f49a1b64d22eae /include/toolkit/controls | |
parent | ed5cf167c695cbf45f3b6150eb8bd36b992963e1 (diff) |
coverity#703895 Failed to override method
Change-Id: I5bbd748b40a01a8906945d0363a11e967c45b5c0
Diffstat (limited to 'include/toolkit/controls')
-rw-r--r-- | include/toolkit/controls/unocontrolcontainermodel.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/toolkit/controls/unocontrolcontainermodel.hxx b/include/toolkit/controls/unocontrolcontainermodel.hxx index 609d9bd1a74a..f7ca0939013a 100644 --- a/include/toolkit/controls/unocontrolcontainermodel.hxx +++ b/include/toolkit/controls/unocontrolcontainermodel.hxx @@ -33,7 +33,6 @@ class UnoControlContainerModel : public UnoControlModel { protected: ::com::sun::star::uno::Any ImplGetDefaultValue( sal_uInt16 nPropId ) const; - ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > getPropertySetInfo() const; ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper(); public: |