summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorNoel Power <npower@openoffice.org>2003-06-05 07:20:50 +0000
committerNoel Power <npower@openoffice.org>2003-06-05 07:20:50 +0000
commit87afd2faff0144ea2896ed488c43059387a2934b (patch)
tree6bd9eec9d1ae24cb784acbcdade92b07006703cb /scripting
parente692f0c73447fe5fcd90d2ee091297538d7462ee (diff)
typo removed endif, put back now
Diffstat (limited to 'scripting')
-rw-r--r--scripting/workben/bindings/ScriptBinding.xba2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripting/workben/bindings/ScriptBinding.xba b/scripting/workben/bindings/ScriptBinding.xba
index 562ded5c3f12..687146a72d06 100644
--- a/scripting/workben/bindings/ScriptBinding.xba
+++ b/scripting/workben/bindings/ScriptBinding.xba
@@ -975,6 +975,8 @@ sub UpdateTopLevelMenus( topLevelMenuPosition as integer, addLine as boolean )
for n = topLevelMenuPosition to 8
if addLine then
menuItemLinePosition( n ) = menuItemLinePosition( n ) + 1
+
+ end if
next n
end sub