#81206 added Help::ShowQuickHelp again
This commit is contained in:
parent
25eb58da9f
commit
e2ae548222
1 changed files with 7 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: baside2b.cxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: ab $ $Date: 2000-11-28 14:12:28 $
|
||||
* last change: $Author: tbe $ $Date: 2000-12-20 16:15:59 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -84,6 +84,10 @@
|
|||
|
||||
#include <vcl/system.hxx>
|
||||
|
||||
#ifndef _SV_HELP_HXX //autogen
|
||||
#include <vcl/help.hxx>
|
||||
#endif
|
||||
|
||||
//#ifndef _SFX_HELP_HXX //autogen
|
||||
//#include <sfx2/sfxhelp.hxx>
|
||||
//#endif
|
||||
|
@ -416,7 +420,7 @@ void __EXPORT EditorWindow::RequestHelp( const HelpEvent& rHEvt )
|
|||
}
|
||||
}
|
||||
}
|
||||
//Help::ShowQuickHelp( this, Rectangle( aTopLeft, Size( 1, 1 ) ), aHelpText, QUICKHELP_TOP|QUICKHELP_LEFT);
|
||||
Help::ShowQuickHelp( this, Rectangle( aTopLeft, Size( 1, 1 ) ), aHelpText, QUICKHELP_TOP|QUICKHELP_LEFT);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue