summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-05 09:24:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-05 09:47:48 +0000
commit194016b1d7a3f09baeaddfcfdb369adf15f9cff2 (patch)
tree18bde561673d11491849d803dee4980ae48de259 /sfx2/source/bastyp
parentf3eccc655387b47fb0986558b8835588eee2898d (diff)
callcatcher: update unused code
Change-Id: I540d192a361938cd4dca811e7170d762841662ee
Diffstat (limited to 'sfx2/source/bastyp')
-rw-r--r--sfx2/source/bastyp/progress.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sfx2/source/bastyp/progress.cxx b/sfx2/source/bastyp/progress.cxx
index e51a1d3fe57f..1593ef3992f0 100644
--- a/sfx2/source/bastyp/progress.cxx
+++ b/sfx2/source/bastyp/progress.cxx
@@ -217,24 +217,6 @@ void SfxProgress::Stop()
pImp->Enable_Impl(true);
}
-
-
-void SfxProgress::SetText( const OUString& /* new Text */)
-
-/* [Description]
-
- Changes the text that appears to the left next to progress bar.
-*/
-
-{
- if( pImp->pActiveProgress ) return;
- if ( pImp->xStatusInd.is() )
- {
- pImp->xStatusInd->reset();
- pImp->xStatusInd->start( pImp->aText, pImp->nMax );
- }
-}
-
bool SfxProgress::SetStateText
(
sal_uLong nNewVal, /* New value for the progress-bar */
@@ -247,8 +229,6 @@ bool SfxProgress::SetStateText
return SetState( nNewVal, nNewRange );
}
-
-
bool SfxProgress::SetState
(
sal_uLong nNewVal, /* new value for the progress bar */