diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-07-21 11:08:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-07-21 11:08:07 +0000 |
commit | 892eb2bff7f365ea5473a0bf1b9cd34edef05c34 (patch) | |
tree | c0610a65e56a7d3f145577d335c6e553caa01fda | |
parent | c0dfd2a60f7c4198c27e2e00e5d29da39dfd8f61 (diff) |
INTEGRATION: CWS chart29 (1.1.14); FILE MERGED
2008/07/14 14:41:24 jsi 1.1.14.1: #i91212#
-rw-r--r-- | testautomation/chart2/tools/ch_tools_common.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testautomation/chart2/tools/ch_tools_common.inc b/testautomation/chart2/tools/ch_tools_common.inc index f4c9b5c672a4..8a2c98772f4f 100644 --- a/testautomation/chart2/tools/ch_tools_common.inc +++ b/testautomation/chart2/tools/ch_tools_common.inc @@ -8,9 +8,9 @@ '* '* $RCSfile: ch_tools_common.inc,v $ '* -'* $Revision: 1.1 $ +'* $Revision: 1.2 $ '* -'* last change: $Author: jsi $ $Date: 2008-06-13 14:27:02 $ +'* last change: $Author: obo $ $Date: 2008-07-21 12:08:07 $ '* '* This file is part of OpenOffice.org. '* @@ -157,7 +157,8 @@ end function function fOpenTestDocumentAndSelectDataRange(sInputFile as string) as BOOLEAN fOpenTestDocumentAndSelectDataRange = FALSE call hFileOpen(sInputFile) - sleep(2) + sleep(2) + Call sMakeReadOnlyDocumentEditable() '/// Select chart using navigator printlog "Select chart using navigator" call fSelectFirstOLE |