summaryrefslogtreecommitdiff
path: root/testautomation/writer/optional/includes/stylist/w_stylist.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/writer/optional/includes/stylist/w_stylist.inc')
-rwxr-xr-xtestautomation/writer/optional/includes/stylist/w_stylist.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/writer/optional/includes/stylist/w_stylist.inc b/testautomation/writer/optional/includes/stylist/w_stylist.inc
index 91b8fd13a56c..85364d24fc44 100755
--- a/testautomation/writer/optional/includes/stylist/w_stylist.inc
+++ b/testautomation/writer/optional/includes/stylist/w_stylist.inc
@@ -1005,7 +1005,7 @@ testcase tKeyboardShortcutToStyles()
sTempa = Vorlage.getSelText
printlog "should now be the default from the beginning"
- if (uCase(gApplication)<>"HTMLDOKUMENT") then
+ if (uCase(gApplication)<>"HTML") then
if (sTempa = sTempc) then
printlog "OK: Heading changed to default: '" + sTempa + "'"
else