Kaydet (Commit) e399c075 authored tarafından Noel Grandin's avatar Noel Grandin

SfxProgress::SetState does not need to be virtual

Change-Id: I39a138c05ed995b8f9706a66338b994193fdee50
üst 86725da2
......@@ -48,7 +48,7 @@ public:
virtual void SetText( const OUString& rText );
bool SetStateText( sal_uIntPtr nVal, const rtl::OUString &rVal, sal_uIntPtr nNewRange = 0 );
virtual bool SetState( sal_uIntPtr nVal, sal_uIntPtr nNewRange = 0 );
bool SetState( sal_uIntPtr nVal, sal_uIntPtr nNewRange = 0 );
sal_uIntPtr GetState() const { return nVal; }
void Resume();
......
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