diff options
author | Duncan Foster <dfoster@openoffice.org> | 2003-06-17 11:27:52 +0000 |
---|---|---|
committer | Duncan Foster <dfoster@openoffice.org> | 2003-06-17 11:27:52 +0000 |
commit | 0f4e3fb6eca4df6b2521ee7f9d18f6121406ba54 (patch) | |
tree | 9e498e90ab202ba22d2233e6ab10e4346ea47a81 /scripting/workben/bindings | |
parent | c4a95b943dbca925cd4862b3859f0903e547aed4 (diff) |
#i15725# Cannot assign script to events page count change & mail merge
Incorrect names in code.
Diffstat (limited to 'scripting/workben/bindings')
-rw-r--r-- | scripting/workben/bindings/ScriptBinding.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripting/workben/bindings/ScriptBinding.xba b/scripting/workben/bindings/ScriptBinding.xba index 49adbfe4e109..609df9c9e95d 100644 --- a/scripting/workben/bindings/ScriptBinding.xba +++ b/scripting/workben/bindings/ScriptBinding.xba @@ -1383,9 +1383,9 @@ sub createAllEventTypes() allEventTypes( 12 ).Name = "OnPrint" allEventTypes( 12 ).Value = "Print Document" REM The following are document-only events - allEventTypes( 13 ).Name = "on-mail-merge" + allEventTypes( 13 ).Name = "OnMailMerge" allEventTypes( 13 ).Value = "Print form letters" - allEventTypes( 14 ).Name = "page-count-change" + allEventTypes( 14 ).Name = "OnPageCountChange" allEventTypes( 14 ).Value = "Changing the page count" end sub |