summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-10 09:31:46 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-10 09:31:46 +0200
commit1d25e1de0b9498e469cb052b2d86bf7f7ae6adae (patch)
treeaadf57192d9f7fb1c38c9fb7f8f5099b04fe17cf /sfx2/source/bastyp
parent4f9674beaaa51b85d8405cf5d125ca19d55c1b32 (diff)
Clean up function declarations and some unused functions
Change-Id: I9d6e9df0b686c61597aaa0e194ab321445671a20
Diffstat (limited to 'sfx2/source/bastyp')
-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 */