summaryrefslogtreecommitdiff
path: root/testautomation/framework/optional/includes/basic_macros.inc
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-03-22 14:30:11 +0100
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-03-22 14:30:11 +0100
commitc1b005bd305123d338545db0d9672d3acbbb4e7d (patch)
tree65f1c9490e70fb7ee5b8f59e929e881f7553180f /testautomation/framework/optional/includes/basic_macros.inc
parent6bd64681297d43f05a4172f553f567ae8f6b3e2c (diff)
vitomation01: #i109562 - Fix missing occurrences of deleted functions
Diffstat (limited to 'testautomation/framework/optional/includes/basic_macros.inc')
-rwxr-xr-xtestautomation/framework/optional/includes/basic_macros.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/testautomation/framework/optional/includes/basic_macros.inc b/testautomation/framework/optional/includes/basic_macros.inc
index b13be34c505a..39d89a8a79a6 100755
--- a/testautomation/framework/optional/includes/basic_macros.inc
+++ b/testautomation/framework/optional/includes/basic_macros.inc
@@ -115,7 +115,7 @@ testcase tMakro_Dialog
hCloseBasicIde()
printlog( "Open the Basic Macro Organizer" )
- brc = hOpenBasicOrganizerFromDoc()
+ ToolsMacro_uno
printlog( "Select the last Module for the current document" )
iPos = hSelectTheLastNode( MakroAus )
@@ -316,7 +316,7 @@ testcase tMakro_Dialog
endif
printlog( "Open the BASIC Macro Organizer" )
- brc = hOpenBasicOrganizerFromDoc()
+ ToolsMacro_uno
printlog( "Select the last macro from the list" )
kontext "makro"
@@ -365,7 +365,7 @@ testcase tMakro_Dialog
endif
printlog( "Open macro organizer from the current document" )
- brc = hOpenBasicOrganizerFromDoc()
+ ToolsMacro_uno
printlog( "Select the last item in the treelist" )
brc = hSelectTheLastNode( MakroAus )