diff options
author | Malte Timmermann <mt@openoffice.org> | 2001-04-20 06:37:03 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2001-04-20 06:37:03 +0000 |
commit | 6035bcd5e5e018f7d8e62567966aee8d1aee5b33 (patch) | |
tree | 55c455d166cc13b6b029e4465f396dbd73fea8fb /svtools/source/control/headbar.cxx | |
parent | 2f2fd6db7c3ad6f21342504abf68af7b72a15d79 (diff) |
Help::Start() with Window*
Diffstat (limited to 'svtools/source/control/headbar.cxx')
-rw-r--r-- | svtools/source/control/headbar.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/control/headbar.cxx b/svtools/source/control/headbar.cxx index 051c4cb8a61e..de908bcd9e3f 100644 --- a/svtools/source/control/headbar.cxx +++ b/svtools/source/control/headbar.cxx @@ -2,9 +2,9 @@ * * $RCSfile: headbar.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2001-04-18 13:55:41 $ + * last change: $Author: mt $ $Date: 2001-04-20 07:37:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1178,7 +1178,7 @@ void HeaderBar::RequestHelp( const HelpEvent& rHEvt ) // Wenn eine Hilfe existiert, dann ausloesen Help* pHelp = Application::GetHelp(); if ( pHelp ) - pHelp->Start( nHelpId ); + pHelp->Start( nHelpId, this ); return; } } |