summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2000-12-20 15:15:59 +0000
committerThomas Benisch <tbe@openoffice.org>2000-12-20 15:15:59 +0000
commite2ae548222e201fda7ad5739190a13e7411c85fe (patch)
tree84e55e0a3a1dc42ac4eabf252114296ad5f5f9fe /basctl
parent25eb58da9ff250484d250e1b5ee7a7be30370ef3 (diff)
#81206 added Help::ShowQuickHelp again
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2b.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index b4d22f8a3f32..8af686bd0e1f 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -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