summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-22 12:13:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-22 18:01:25 +0100
commitf47b60667ff307e9e44ecd5457261151b9aca8cb (patch)
tree74fb3d0d1e12117cefae6d294e57e0855ee0c03d /sfx2
parentdabadf7c54a778546d5a64edf2152cd2f04b72a3 (diff)
SfxProgress:SetStateText is dead
since commit 83ee1bccf9899bb5c1913389b9a26a73a515ad82 Date: Fri Jul 22 09:19:52 2011 +0100 callcatcher: remove unused methods and even following the history back before that only shows one previous actual place where the state text was being displayed. Change-Id: Ib520cb6e999c1e11caf7348821bb274cdd785a44 Reviewed-on: https://gerrit.libreoffice.org/68198 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/bastyp/progress.cxx11
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 */