summaryrefslogtreecommitdiff
path: root/testautomation/graphics/optional/includes/global/g_ole.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/graphics/optional/includes/global/g_ole.inc')
-rwxr-xr-xtestautomation/graphics/optional/includes/global/g_ole.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/testautomation/graphics/optional/includes/global/g_ole.inc b/testautomation/graphics/optional/includes/global/g_ole.inc
index b746c128bc62..0f631de28f2d 100755
--- a/testautomation/graphics/optional/includes/global/g_ole.inc
+++ b/testautomation/graphics/optional/includes/global/g_ole.inc
@@ -76,7 +76,7 @@ testcase tOLE_Copy
'/// Close document. Open new Impress-Document. Paste the OLE-Object. ///'
Call hCloseDocument
- gApplication = "Impress"
+ gApplication = "IMPRESS"
Call hNewDocument
EditPaste
@@ -140,7 +140,7 @@ testcase tOLE_Copy
sleep 1
Call hCloseDocument
- gApplication = "Impress"
+ gApplication = "IMPRESS"
Call hNewDocument
EditPaste
@@ -205,7 +205,7 @@ testcase tOLE_Copy
sleep 1
Call hCloseDocument
- gApplication = "Impress"
+ gApplication = "IMPRESS"
Call hNewDocument
EditPaste
@@ -242,7 +242,7 @@ testcase tOLE_SaveLoad
dim filetype as string
dim filetype2 as string
- if (lCase(gApplication) = "impress") then
+ if (gApplication = "IMPRESS") then
ExtensionString = "odp"
else
ExtensionString = "odg"