summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.hxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-08-16 13:06:24 +0000
committerPeter Burow <pb@openoffice.org>2001-08-16 13:06:24 +0000
commit4e05e2b59486d3d895c4b2bf161f7191d0d0f8c7 (patch)
tree65494d5d9e71663ab6a826bdc54fc73dffe96774 /sfx2/source/appl/newhelp.hxx
parent18239e657fcf770134a20332f91fe4ddb1fe924f (diff)
fix: #90922# 'Complete words only' box on search page added
Diffstat (limited to 'sfx2/source/appl/newhelp.hxx')
-rw-r--r--sfx2/source/appl/newhelp.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index 09a0f6e2e0..b4f74c8feb 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: newhelp.hxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: pb $ $Date: 2001-08-16 11:28:56 $
+ * last change: $Author: pb $ $Date: 2001-08-16 14:06:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -238,6 +238,7 @@ private:
FixedText aSearchFT;
SearchBox_Impl aSearchED;
PushButton aSearchBtn;
+ CheckBox aFullWordsCB;
CheckBox aScopeCB;
SearchResultsBox_Impl aResultsLB;
PushButton aOpenBtn;