diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/bastyp/progress.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sfx2/source/bastyp/progress.cxx b/sfx2/source/bastyp/progress.cxx index a1eb0394c1ec..ca06be5bad95 100644 --- a/sfx2/source/bastyp/progress.cxx +++ b/sfx2/source/bastyp/progress.cxx @@ -170,17 +170,6 @@ void SfxProgress::Stop() SfxGetpApp()->SetProgress_Impl(nullptr); } -void SfxProgress::SetStateText -( - sal_uInt32 nNewVal, /* New value for the progress-bar */ - const OUString& rNewVal /* Status as Text */ -) - -{ - pImpl->aStateText = rNewVal; - SetState( nNewVal ); -} - void SfxProgress::SetState ( sal_uInt32 nNewVal, /* new value for the progress bar */ |