summaryrefslogtreecommitdiff
path: root/scripting/workben/bindings
diff options
context:
space:
mode:
authorDuncan Foster <dfoster@openoffice.org>2003-06-17 11:27:52 +0000
committerDuncan Foster <dfoster@openoffice.org>2003-06-17 11:27:52 +0000
commit0f4e3fb6eca4df6b2521ee7f9d18f6121406ba54 (patch)
tree9e498e90ab202ba22d2233e6ab10e4346ea47a81 /scripting/workben/bindings
parentc4a95b943dbca925cd4862b3859f0903e547aed4 (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.xba4
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 = &quot;OnPrint&quot;
allEventTypes( 12 ).Value = &quot;Print Document&quot;
REM The following are document-only events
- allEventTypes( 13 ).Name = &quot;on-mail-merge&quot;
+ allEventTypes( 13 ).Name = &quot;OnMailMerge&quot;
allEventTypes( 13 ).Value = &quot;Print form letters&quot;
- allEventTypes( 14 ).Name = &quot;page-count-change&quot;
+ allEventTypes( 14 ).Name = &quot;OnPageCountChange&quot;
allEventTypes( 14 ).Value = &quot;Changing the page count&quot;
end sub