summaryrefslogtreecommitdiff
path: root/testautomation/global/tools/includes/required/t_tools3.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/global/tools/includes/required/t_tools3.inc')
-rwxr-xr-xtestautomation/global/tools/includes/required/t_tools3.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc
index 987a6ded6bb6..4b29928a1b93 100755
--- a/testautomation/global/tools/includes/required/t_tools3.inc
+++ b/testautomation/global/tools/includes/required/t_tools3.inc
@@ -25,7 +25,7 @@
'
'/************************************************************************
'*
-'* owner : helge.delfs@sun.com
+'* owner : helge.delfs@oracle.com
'*
'* short description : Global Tools III
'*
@@ -34,7 +34,7 @@
sub hToolbarSelect( sType as string, sOpen as boolean, optional SetToDefault as boolean )
Dim sDefault as integer, sKontext as string, sPosition as integer
Dim SteppedThrough as boolean
- '/// Created by helge.delfs@sun.com
+ '/// Created by helge.delfs@oracle.com
'/// This function opens/closes a toolbar through View/Toolbar menu
'/// Required parameters:
'/// sType as string -> Name of the toolbar to be opened / closed
@@ -840,7 +840,7 @@ sub hToolbarSelect( sType as string, sOpen as boolean, optional SetToDefault as
end sub
sub hCloseAllToolbars
- '/// Created by thorsten.bosbach@sun.com
+ '/// Created by thorsten.bosbach@oracle.com
'/// This function closes all known toolbars which are not docked
'/// only if Build ID is below 8892
if (gBuild < 8892) AND (gBuild > 8888) then