Kaydet (Commit) e20df218 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

These should still be virtual.

Change-Id: I11a8f9db15a576ff9926f8f827cbcc08a345ffa4
üst b088fc60
...@@ -94,7 +94,7 @@ public: ...@@ -94,7 +94,7 @@ public:
virtual bool set_property(const OString &rKey, const OString &rValue) override; virtual bool set_property(const OString &rKey, const OString &rValue) override;
/// Sets the button state according to the FeatureStateEvent emitted by an Uno state change. /// Sets the button state according to the FeatureStateEvent emitted by an Uno state change.
void statusChanged(const css::frame::FeatureStateEvent& rEvent); virtual void statusChanged(const css::frame::FeatureStateEvent& rEvent);
protected: protected:
...@@ -187,7 +187,7 @@ public: ...@@ -187,7 +187,7 @@ public:
void SetState( TriState eState ); void SetState( TriState eState );
TriState GetState() const { return meState; } TriState GetState() const { return meState; }
void statusChanged(const css::frame::FeatureStateEvent& rEvent); virtual void statusChanged(const css::frame::FeatureStateEvent& rEvent) override;
void Check( bool bCheck = true ); void Check( bool bCheck = true );
bool IsChecked() const; bool IsChecked() const;
......
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