summaryrefslogtreecommitdiffstats
path: root/include/sfx2/progress.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/progress.hxx')
-rw-r--r--include/sfx2/progress.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/progress.hxx b/include/sfx2/progress.hxx
index 46d28af5ea5f..2fb014393f11 100644
--- a/include/sfx2/progress.hxx
+++ b/include/sfx2/progress.hxx
@@ -46,7 +46,7 @@ public:
bool bWait = true );
virtual ~SfxProgress();
- virtual void SetText( const OUString& rText );
+ void SetText( const OUString& rText );
bool SetStateText( sal_uIntPtr nVal, const rtl::OUString &rVal, sal_uIntPtr nNewRange = 0 );
bool SetState( sal_uIntPtr nVal, sal_uIntPtr nNewRange = 0 );
sal_uIntPtr GetState() const { return nVal; }