diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-30 08:53:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-30 08:53:12 +0200 |
commit | 7082fcb4791f95dabf7fc45ed8c4eb299c43646d (patch) | |
tree | 09707f7a0deb1eaef4679d96102d23bba1af69ce /chart2/source | |
parent | a23313076c6aaf5799aafdc7a92b8348adb297f4 (diff) |
-Werror,-Winconsistent-missing-override
Change-Id: I68f674dcdb16a507e962945ed90caf796daa48d3
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx index 41442fde0f49..3d9112f909aa 100644 --- a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx @@ -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; |