summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.hxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2002-08-05 11:41:11 +0000
committerPeter Burow <pb@openoffice.org>2002-08-05 11:41:11 +0000
commit5ed76096216d7b5dae72ccf97a2672b076cae0eb (patch)
tree86dce037080d483b90c862ce10a1a28a4c685035 /sfx2/source/appl/newhelp.hxx
parent5415ea126e88865d5e97cac74ca1b2fec28280b9 (diff)
fix: #99588# timer for selection
Diffstat (limited to 'sfx2/source/appl/newhelp.hxx')
-rw-r--r--sfx2/source/appl/newhelp.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index f4a6e64369ca..712c60cc09d8 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: newhelp.hxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: pb $ $Date: 2002-06-04 08:22:11 $
+ * last change: $Author: pb $ $Date: 2002-08-05 12:41:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -337,7 +337,7 @@ private:
FixedLine aActiveLine;
TabControl aTabCtrl;
- Timer aInitTimer;
+ Timer aTimer;
Link aSelectFactoryLink;
String sKeyword;
@@ -358,6 +358,7 @@ private:
DECL_LINK( ActivatePageHdl, TabControl* );
DECL_LINK( SelectHdl, ListBox* );
DECL_LINK( InitHdl, Timer* );
+ DECL_LINK( SelectFactoryHdl, Timer* );
DECL_LINK( KeywordHdl, IndexTabPage_Impl* );
public: