summaryrefslogtreecommitdiff
path: root/include/sfx2/progress.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-27 18:41:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-27 18:41:11 +0200
commit694afdbaecfab1f98279fafd1483f3c2734ce788 (patch)
treef63c8ba2176de5c4a5ba1bf561d11241e569ac09 /include/sfx2/progress.hxx
parentbf64e7d61596170ee9f9823d96a91fd3fbff91a8 (diff)
SfxProgress::SetState always returns true
Change-Id: Ib606b0391f814ea9ff4383397a40a8a692563fa3
Diffstat (limited to 'include/sfx2/progress.hxx')
-rw-r--r--include/sfx2/progress.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/progress.hxx b/include/sfx2/progress.hxx
index e487ef43171b..882d38d8d053 100644
--- a/include/sfx2/progress.hxx
+++ b/include/sfx2/progress.hxx
@@ -47,8 +47,8 @@ public:
bool bWait = true);
virtual ~SfxProgress();
- bool SetStateText( sal_uIntPtr nVal, const rtl::OUString &rVal );
- bool SetState( sal_uIntPtr nVal, sal_uIntPtr nNewRange = 0 );
+ void SetStateText( sal_uIntPtr nVal, const rtl::OUString &rVal );
+ void SetState( sal_uIntPtr nVal, sal_uIntPtr nNewRange = 0 );
sal_uIntPtr GetState() const { return nVal; }
void Resume();