diff options
author | Noel Power <npower@openoffice.org> | 2003-06-05 07:20:50 +0000 |
---|---|---|
committer | Noel Power <npower@openoffice.org> | 2003-06-05 07:20:50 +0000 |
commit | 87afd2faff0144ea2896ed488c43059387a2934b (patch) | |
tree | 6bd9eec9d1ae24cb784acbcdade92b07006703cb /scripting | |
parent | e692f0c73447fe5fcd90d2ee091297538d7462ee (diff) |
typo removed endif, put back now
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/workben/bindings/ScriptBinding.xba | 2 |
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 |