summaryrefslogtreecommitdiff
path: root/testautomation/global/tools/includes/required/t_option.inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-12-29 16:33:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-12-29 16:33:44 +0000
commit32b596fdfb8637d117c8cbb9f891d366fdc59dae (patch)
treece32c86c75b9557142a531d1d0206aa19f4107e5 /testautomation/global/tools/includes/required/t_option.inc
parent89c9c545f47381d26a3b97b8b78d4bdb41a2914c (diff)
CWS-TOOLING: integrate CWS native216
2008-12-18 10:50:56 +0100 jsk r265675 : #i97390# 2008-12-18 09:35:32 +0100 jsk r265668 : #i97110# 2008-12-17 17:38:44 +0100 tbo r265649 : #i97365# double entries in hid.lst 2008-12-17 09:01:55 +0100 jsk r265580 : #i97343# 2008-12-16 21:11:08 +0100 jsk r265574 : #i97110# 2008-12-16 15:59:30 +0100 jsk r265555 : #i97110# 2008-12-16 15:57:57 +0100 jsk r265554 : #i97110# 2008-12-11 11:49:29 +0100 is r265274 : #i97101# new oooimprovement extension 2008-12-11 11:48:33 +0100 is r265272 : #i97101# new oooimprovement extension
Diffstat (limited to 'testautomation/global/tools/includes/required/t_option.inc')
-rwxr-xr-xtestautomation/global/tools/includes/required/t_option.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/testautomation/global/tools/includes/required/t_option.inc b/testautomation/global/tools/includes/required/t_option.inc
index a23c19afeb1d..2de122dc747c 100755
--- a/testautomation/global/tools/includes/required/t_option.inc
+++ b/testautomation/global/tools/includes/required/t_option.inc
@@ -226,6 +226,11 @@ function hToolsOptions ( Applicationname as string, Tabpagename as string, OPTIO
bFirst = FALSE
Kontext "TabOnlineUpdate"
If TabOnlineUpdate.exists(2) then bCorPage = TRUE
+ case "IMPROVEMENT"
+ if bFirst = TRUE then Optionsliste.Select ( startpos + 14 )
+ bFirst = FALSE
+ Kontext "TabOOoImprovement"
+ If TabOOoImprovement.exists(2) then bCorPage = TRUE
case else : bCorPage = FALSE
end select
case "LOADSAVE"