summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-11-15 14:11:07 +0000
committerMathias Bauer <mba@openoffice.org>2001-11-15 14:11:07 +0000
commit6802464af3025aedca39eade144936026ad24e5e (patch)
treefd5fb430480b4ab2f5e0bd5069a638fd1b54dc34
parenta090e3f4d3d556276e0073a8f9963acd1ac3c916 (diff)
#93980#: StopButtonTimer moved to topframe
-rw-r--r--sfx2/source/inc/appdata.hxx16
1 files changed, 2 insertions, 14 deletions
diff --git a/sfx2/source/inc/appdata.hxx b/sfx2/source/inc/appdata.hxx
index 8ef7905c0e54..ad0b9a89c128 100644
--- a/sfx2/source/inc/appdata.hxx
+++ b/sfx2/source/inc/appdata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appdata.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mba $ $Date: 2001-09-18 11:19:42 $
+ * last change: $Author: mba $ $Date: 2001-11-15 15:11:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,17 +104,6 @@ class SfxObjectShell;
class ResMgr;
class Window;
-class StopButtonTimer_Impl : public Timer
-{
- BOOL bState;
-protected:
- virtual void Timeout();
-public:
- StopButtonTimer_Impl();
- void SetButtonState( BOOL bStateP );
- BOOL GetButtonState() const { return bState; }
-};
-
//=========================================================================
// SfxAppData_Impl
//=========================================================================
@@ -148,7 +137,6 @@ public:
// special members
SfxInitLinkList* pInitLinkList;
- StopButtonTimer_Impl* pStopButtonTimer;
// application members
SfxFilterMatcher* pMatcher;