summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-12-23 10:52:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-12-23 10:52:28 +0000
commit63ed7165b6fbadcfaf9785714f618dff2089c292 (patch)
treea5b5855b9f4e36a95e4e32787749b30ea08a6fbd
parentab6216a6ae2c0caade756ad5c4351759e88fa51e (diff)
INTEGRATION: CWS scriptingf9 (1.4.2); FILE MERGED
2004/12/01 15:40:56 toconnor 1.4.2.1: #i32101# help id not assigned to correct listbox control
-rw-r--r--svx/source/dialog/eventdlg.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/dialog/eventdlg.cxx b/svx/source/dialog/eventdlg.cxx
index 1872d831ee86..40e2fc8dcaa6 100644
--- a/svx/source/dialog/eventdlg.cxx
+++ b/svx/source/dialog/eventdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: eventdlg.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 14:28:00 $
+ * last change: $Author: vg $ $Date: 2004-12-23 11:52:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,6 +103,7 @@
#include "dialmgr.hxx"
#include "dialogs.hrc"
#include "eventdlg.hrc"
+#include "helpid.hrc"
#include "selector.hxx"
#include "cfg.hxx"
@@ -130,6 +131,8 @@ SvxEventConfigPage::SvxEventConfigPage( Window* pParent, const SfxItemSet& rSet
// must be done after FreeResource is called
InitResources();
+ mpImpl->pEventLB->GetListBox().SetHelpId( HID_SVX_MACRO_LB_EVENT );
+
aSaveInListBox.SetSelectHdl( LINK( this, SvxEventConfigPage,
SelectHdl_Impl ) );