summaryrefslogtreecommitdiff
path: root/testautomation/global/tools/includes/optional/t_docfuncs.inc
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-02-24 11:06:50 +0100
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-02-24 11:06:50 +0100
commit73098889d36fb8618b89a1531290de942cb7b96d (patch)
treefec5f90cefb100d9e24e073611007247b1b6e574 /testautomation/global/tools/includes/optional/t_docfuncs.inc
parent7eac9034fe1e21cbedde9f3474d3efc3ea20194d (diff)
vitomation01: #i109562 - Modify hCloseDialog() as it needs to handle optional dialogs correctly as well, adjusted a few other routines to reflect the enhancement
Diffstat (limited to 'testautomation/global/tools/includes/optional/t_docfuncs.inc')
-rwxr-xr-xtestautomation/global/tools/includes/optional/t_docfuncs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/global/tools/includes/optional/t_docfuncs.inc b/testautomation/global/tools/includes/optional/t_docfuncs.inc
index d53f500dde59..eb4b21cd5724 100755
--- a/testautomation/global/tools/includes/optional/t_docfuncs.inc
+++ b/testautomation/global/tools/includes/optional/t_docfuncs.inc
@@ -100,7 +100,7 @@ function hCloseNavigator() as boolean
if ( VERBOSE ) then printlog( CFN & "Enter" )
Kontext "Navigator"
- hCloseNavigator() = hCloseDialog( Navigator , "close" )
+ hCloseNavigator() = hCloseDialog( Navigator , "close, optional" )
if ( VERBOSE ) then printlog( CFN & "Exit" )