Kaydet (Commit) 7082fcb4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Winconsistent-missing-override

Change-Id: I68f674dcdb16a507e962945ed90caf796daa48d3
üst a2331307
......@@ -1983,7 +1983,7 @@ public:
virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
virtual Any getPropertyValue(const Reference<beans::XPropertySet>& xInnerPropertySet) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException);
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException) SAL_OVERRIDE;
private: //member
::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment