summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/progress.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/bastyp/progress.cxx')
-rw-r--r--sfx2/source/bastyp/progress.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/sfx2/source/bastyp/progress.cxx b/sfx2/source/bastyp/progress.cxx
index 2d0f768d6767..2b4a51a83d90 100644
--- a/sfx2/source/bastyp/progress.cxx
+++ b/sfx2/source/bastyp/progress.cxx
@@ -241,25 +241,6 @@ void SfxProgress::SetText( const OUString& /* new Text */)
}
}
-
-
-// Required in App data
-static sal_uIntPtr nLastTime = 0;
-
-long TimeOut_Impl( void*, void* pArgV )
-{
- Timer *pArg = (Timer*)pArgV;
- if( Time::GetSystemTicks() - nLastTime > 3000 )
- {
- nLastTime = 0;
- delete pArg;
- }
- else pArg->Start();
- return 0;
-}
-
-
-
bool SfxProgress::SetStateText
(
sal_uLong nNewVal, /* New value for the progress-bar */