merge the formfield patch from ooo-build
[ooovba.git] / desktop / source / app / cmdlinehelp.hxx
blobca6424c4d6bca3805f740c29c539cd0fcd0fcda8
1 #include <vcl/dialog.hxx>
2 #include <vcl/fixed.hxx>
3 #ifndef _SV_BUTTON_HXX
4 #include <vcl/button.hxx>
5 #endif
7 namespace desktop
9 void displayCmdlineHelp( void );
10 #ifndef UNX
11 class CmdlineHelpDialog : public ModalDialog
13 public:
14 CmdlineHelpDialog ( void );
16 FixedText m_ftHead;
17 FixedText m_ftLeft;
18 FixedText m_ftRight;
19 FixedText m_ftBottom;
20 OKButton m_btOk;
22 #endif