summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Skottke <jsk@openoffice.org>2009-12-12 19:38:55 +0000
committerJoerg Skottke <jsk@openoffice.org>2009-12-12 19:38:55 +0000
commitfdde34a7bfcbfa337682bae224651173d3f0df32 (patch)
tree525027a66158c1dedfa044504e39fa55ec386905
parent542dde90f6126e9725e145cc654a83d3ea2fd6ed (diff)
fwk132: <no issue> Found coding error, corrected
-rwxr-xr-xtestautomation/global/tools/includes/required/t_files.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/testautomation/global/tools/includes/required/t_files.inc b/testautomation/global/tools/includes/required/t_files.inc
index db3205e58de0..ffcc0d4045df 100755
--- a/testautomation/global/tools/includes/required/t_files.inc
+++ b/testautomation/global/tools/includes/required/t_files.inc
@@ -64,7 +64,7 @@ function hGrafikEinfuegen ( Grafik$ ) as Boolean
if ( GrafikEinfuegenDlg.exists( 2 ) ) then
Vorschau.Uncheck
- if gApplication <> "HTML" AND gApplication <> "HTML" then
+ if gApplication <> "HTML" then
Verknuepfen.UnCheck
end if
@@ -87,13 +87,15 @@ function hGrafikEinfuegen ( Grafik$ ) as Boolean
Kontext "GrafikEinfuegenDlg"
if GrafikEinfuegenDlg.Exists then
GrafikEinfuegenDlg.Cancel
+ GarfikEinfuegenDlg.notExists( 4 )
endif
else
hGrafikEinfuegen = IsImageLoaded
end if
else
- 'GrafikEinfuegeDlg not open
+ warnlog( "Insert graphics dialog not open" )
endif
+
end function
'
'-------------------------------------------------------------------------------