summaryrefslogtreecommitdiff
path: root/testautomation/writer/required/includes/w_001_.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/writer/required/includes/w_001_.inc')
-rwxr-xr-xtestautomation/writer/required/includes/w_001_.inc16
1 files changed, 8 insertions, 8 deletions
diff --git a/testautomation/writer/required/includes/w_001_.inc b/testautomation/writer/required/includes/w_001_.inc
index 2a6dec3b911b..c87a8e126ed6 100755
--- a/testautomation/writer/required/includes/w_001_.inc
+++ b/testautomation/writer/required/includes/w_001_.inc
@@ -681,7 +681,7 @@ goto endsub
CountDocu = CountDocu + 1
Loop
if CountDocu > 1 then
- QAErrorlog "#i42080#More than 1 document had to be closed!"
+ QAErrorlog "More than 1 document had to be closed!"
end if
PrintLog "Close document"
@@ -1070,9 +1070,9 @@ testcase tFileSendOutlineToPresentation
Wait(500)
try
EditCopy
- if GetClipboardText <> "Seite 1." then QAErrorlog "#i29453#Wrong Outline in Impress Outlinemode"
+ if GetClipboardText <> "Seite 1." then QAErrorlog "Wrong Outline in Impress Outlinemode"
catch
- QAErrorlog "#i47819#Send outline to presentation doesn't work correct."
+ QAErrorlog "Send outline to presentation doesn't work correct."
endcatch
else
WarnLog "Outlinemode comes not up!"
@@ -1127,7 +1127,7 @@ testcase tFileSendOutlineToClipboard
Call wTypeKeys("<Up>", 6)
Call wTypeKeys("<Home><Shift End>")
EditCopy
- if GetClipboardText <> "Seite 1." then QAErrorlog "#i29453#Wrong Outline in Impress Outlinemode"
+ if GetClipboardText <> "Seite 1." then QAErrorlog "Wrong Outline in Impress Outlinemode"
WaitSlot(1000)
PrintLog "Close active document"
Call hCloseDocument
@@ -1173,9 +1173,9 @@ testcase tFileSendCreateAutoabstract
try
EditCopy
WaitSlot(1000)
- if GetClipboardText <> "Seite 1." then QAErrorlog "#i29453#Wrong Outline in Impress Outlinemode"
+ if GetClipboardText <> "Seite 1." then QAErrorlog "Wrong Outline in Impress Outlinemode"
catch
- QAErrorlog "#i47819#Empty autoabstract created"
+ QAErrorlog "Empty autoabstract created"
endcatch
Kontext "Navigator"
@@ -1235,9 +1235,9 @@ testcase tFileSendAutoabstractToPresentation
try
EditCopy
WaitSlot(1000)
- if GetClipboardText <> "Seite 1." then QAErrorlog "#i29453#Wrong Outline in Impress Outlinemode"
+ if GetClipboardText <> "Seite 1." then QAErrorlog "Wrong Outline in Impress Outlinemode"
catch
- QAErrorlog "#i42310#Edit / copy disabled. Maybe data could not be pasted correctly!"
+ QAErrorlog "Edit / copy disabled. Maybe data could not be pasted correctly!"
endcatch
else
Warnlog "- Outline in Impress not created!"