summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-02-16 11:02:04 +0000
committerOliver Bolte <obo@openoffice.org>2004-02-16 11:02:04 +0000
commit06bc18a1f425498a10e6ff750a1947ec3cbbbbe2 (patch)
tree277f7d38b6a6756828e45495bd6fe1acef2eea30 /sfx2/source/appl/newhelp.hxx
parentfea0ce848ae3512aa476eac305b6dd843b9946d8 (diff)
INTEGRATION: CWS swq03 (1.47.244); FILE MERGED
2004/01/21 07:56:48 pb 1.47.244.1: fix: #i24432# select next executable entry with mouse
Diffstat (limited to 'sfx2/source/appl/newhelp.hxx')
-rw-r--r--sfx2/source/appl/newhelp.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index 9c5b85b928..7db3ab9ae5 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: newhelp.hxx,v $
*
- * $Revision: 1.47 $
+ * $Revision: 1.48 $
*
- * last change: $Author: vg $ $Date: 2003-04-01 15:11:46 $
+ * last change: $Author: obo $ $Date: 2004-02-16 12:02:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -224,6 +224,8 @@ public:
sal_Bool HasKeyword() const;
sal_Bool HasKeywordIgnoreCase(); //added by BerryJia for fixing Bug98251, 2002-12-11
void OpenKeyword();
+
+ inline void SelectExecutableEntry() { aIndexCB.SelectExecutableEntry(); }
};
// class SearchTabPage_Impl ----------------------------------------------
@@ -389,6 +391,7 @@ public:
String GetSearchText() const;
sal_Bool IsFullWordSearch() const;
void OpenKeyword( const String& rKeyword );
+ void SelectExecutableEntry();
};
// class TextWin_Impl ----------------------------------------------------