summaryrefslogtreecommitdiff
path: root/testautomation/writer/tools/includes/w_tool6.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/writer/tools/includes/w_tool6.inc')
-rw-r--r--testautomation/writer/tools/includes/w_tool6.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/writer/tools/includes/w_tool6.inc b/testautomation/writer/tools/includes/w_tool6.inc
index 9bc7ed688d9b..6bac06fb9ff5 100644
--- a/testautomation/writer/tools/includes/w_tool6.inc
+++ b/testautomation/writer/tools/includes/w_tool6.inc
@@ -294,7 +294,7 @@ sub ZeilenHoeheTesten ( Wert as Double )
FormatRowHeight
Kontext "ZellenHoehe"
zWert = ZahlAusSpinnfield ( Hoehe.GetText )
- if (LiberalMeasurement (Wert, zWert) <> TRUE) then QAErrorlog "#i94556# - Die Zeilenhöhe ist nicht "+ Wert + " sondern "+ zWert + "."
+ if (LiberalMeasurement (Wert, zWert) <> TRUE) then QAErrorlog "Die Zeilenhöhe ist nicht "+ Wert + " sondern "+ zWert + "."
ZellenHoehe.OK
end sub