Kaydet (Commit) 631060af authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Silence some GCC's -Werror=overloaded-virtual about hidden virtual functions

...after 9fbe22e1 "No need to blacklist this
loplugin:unnecessaryoverride"

Change-Id: Ie79f99441fd879a95fd1ca53a9bd0f50af9e0c7d
üst f1c97e9f
......@@ -56,6 +56,7 @@ public:
virtual void SAL_CALL Delete( ) override;
virtual void SAL_CALL Modify( ::sal_Int32 Type, const css::uno::Any& Operator, const css::uno::Any& Formula1, const css::uno::Any& Formula2 ) override;
virtual ::sal_Int32 SAL_CALL Type( ) override;
using ScVbaFormatCondition_BASE::Operator;
virtual ::sal_Int32 SAL_CALL Operator( ) override;
virtual void setFormula1( const css::uno::Any& _aFormula1) override;
virtual css::uno::Reference< ::ooo::vba::excel::XInterior > SAL_CALL Interior( ) override;
......
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