summaryrefslogtreecommitdiff
path: root/testautomation
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2011-03-04 07:53:39 +0100
committerOcke Janssen <oj@openoffice.org>2011-03-04 07:53:39 +0100
commite52024f22b0f0d93b47284d8c2186e03c749f044 (patch)
tree7d3c80798a658e93cf96e397376d92d78da1b82c /testautomation
parent36979f1c9e43c42e62b0ad5a32b7abb2fc425b5b (diff)
parent154b8f5a322f94509ec8724ed0f9fb63f8069641 (diff)
Automated merge with file:///d:\tools\master\ooo
Diffstat (limited to 'testautomation')
-rw-r--r--testautomation/dbaccess/tools/tabletools.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/testautomation/dbaccess/tools/tabletools.inc b/testautomation/dbaccess/tools/tabletools.inc
index 461ef8ff2da3..132671e3bfe9 100644
--- a/testautomation/dbaccess/tools/tabletools.inc
+++ b/testautomation/dbaccess/tools/tabletools.inc
@@ -340,7 +340,9 @@ function fCreateTable(aFieldTypeContent(),sTableName,optional sCatalog,optional
sleep 1
FieldType.TypeKeys "<RETURN>" , TRUE
Description.TypeKeys "<RETURN>" , TRUE
- CellDescription.TypeKeys "<RETURN>" , TRUE
+ if( CellDescription.isVisible() ) then
+ CellDescription.TypeKeys "<RETURN>" , TRUE
+ endif
printlog "-------------------------------"
next
sleep(1)