diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-07-21 17:46:37 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-07-21 17:46:37 +0200 |
commit | 70146da8808a0aeb48bda3bb837711fa3a812042 (patch) | |
tree | b66a56c74c47d465ad693ea2cd009966424ab334 /vcl/source/app/help.cxx | |
parent | a929816d90303defcded933ef0337f2191fa2cec (diff) |
CWS changehid: #i111784#: rework keyword search
Diffstat (limited to 'vcl/source/app/help.cxx')
-rw-r--r-- | vcl/source/app/help.cxx | 5 |
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* ) |