summaryrefslogtreecommitdiff
path: root/vcl/source/app
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-12-11 00:02:35 +0100
committerMathias Bauer <mba@openoffice.org>2009-12-11 00:02:35 +0100
commit8c63f1db383e5956f188b1320fd9cf6c7671b094 (patch)
treee9344d7ee7e3c5f4ac9e2f2d7c57265965ecdfdf /vcl/source/app
parenta86a21b2081c7ed00c36e9ea0d8986fcce6b8b12 (diff)
#i107450#: HelpAgent now can be started without linking against sfx2
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/help.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/source/app/help.cxx b/vcl/source/app/help.cxx
index 51f07b060c76..b23ef36f1a6b 100644
--- a/vcl/source/app/help.cxx
+++ b/vcl/source/app/help.cxx
@@ -70,6 +70,10 @@ BOOL Help::Start( ULONG, const Window* )
return FALSE;
}
+void Help::OpenHelpAgent( ULONG )
+{
+}
+
// -----------------------------------------------------------------------
BOOL Help::Start( const XubString&, const Window* )