diff options
author | Kurt Zenker <kz@openoffice.org> | 2011-04-13 12:42:35 +0200 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2011-04-13 12:42:35 +0200 |
commit | 442149882fcabcebfef5967bbd1db0822ef08836 (patch) | |
tree | 1e66aba68563adb423ed81b3a99d2d72b6c33b15 /testautomation/graphics | |
parent | 10a3123ef4aceb093ae71dd530050f2ee3686922 (diff) | |
parent | 97924d36a60a35c35673c2d8571edf0de053fbc2 (diff) |
CWS-TOOLING: integrate CWS impress210_OOO340
Diffstat (limited to 'testautomation/graphics')
-rw-r--r-- | testautomation/graphics/optional/includes/global/g_line.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testautomation/graphics/optional/includes/global/g_line.inc b/testautomation/graphics/optional/includes/global/g_line.inc index eb672b3b9716..758f537c5630 100644 --- a/testautomation/graphics/optional/includes/global/g_line.inc +++ b/testautomation/graphics/optional/includes/global/g_line.inc @@ -363,6 +363,7 @@ testcase tLineConnect Dim i as integer Dim cname as string Dim cfirst as integer + Dim CornerStyles as integer if bAsianLan then QaErrorLog "tLineConnect ends because Asian languages are not fully supported." @@ -517,10 +518,11 @@ testcase tLineConnect else sleep 1 endif + + For i = 1 to CornerStyles + Kontext "TabLinie" + if (i > 1) AND (cname <> CornerStyle.GetSelText) then - For i = 1 to CornerStyle.GetItemCount - Kontext "TabLinie" - if (i > 1) AND (cname <> CornerStyle.GetSelText) then warnlog "Cornerstylename wasnt saved. Should have been: " + cname + ". But was: " + CornerStyle.GetSelText endif CornerStyle.Select i |