summaryrefslogtreecommitdiff
path: root/vcl/source/app/help.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-07-21 17:46:37 +0200
committerMathias Bauer <mba@openoffice.org>2010-07-21 17:46:37 +0200
commit70146da8808a0aeb48bda3bb837711fa3a812042 (patch)
treeb66a56c74c47d465ad693ea2cd009966424ab334 /vcl/source/app/help.cxx
parenta929816d90303defcded933ef0337f2191fa2cec (diff)
CWS changehid: #i111784#: rework keyword search
Diffstat (limited to 'vcl/source/app/help.cxx')
-rw-r--r--vcl/source/app/help.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/source/app/help.cxx b/vcl/source/app/help.cxx
index b09e7746a886..4c2d43e0edff 100644
--- a/vcl/source/app/help.cxx
+++ b/vcl/source/app/help.cxx
@@ -73,6 +73,11 @@ BOOL Help::Start( const XubString&, const Window* )
return FALSE;
}
+BOOL Help::SearchKeyword( const XubString& )
+{
+ return FALSE;
+}
+
// -----------------------------------------------------------------------
XubString Help::GetHelpText( const String&, const Window* )