summaryrefslogtreecommitdiff
path: root/testautomation
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-15 18:18:21 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-15 18:29:47 +0100
commit16aa2c1dd66d6ac8f26c460a7287a1ad6139eed3 (patch)
tree99a194b6e1892a17825003a6b7cb45698b2cc8f9 /testautomation
parent240dc332ad59fc2c45eccb4b2f4923fde09a784b (diff)
Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.
With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
Diffstat (limited to 'testautomation')
-rw-r--r--testautomation/global/tools/includes/optional/t_ole.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/global/tools/includes/optional/t_ole.inc b/testautomation/global/tools/includes/optional/t_ole.inc
index 714d708fc4ee..767629e1685c 100644
--- a/testautomation/global/tools/includes/optional/t_ole.inc
+++ b/testautomation/global/tools/includes/optional/t_ole.inc
@@ -111,7 +111,7 @@ function hGetOleObjectName( cApplication as string ) as string
' The string contains placeholders %PRODUCTNAME and %PRODUCTVERSION which have to be replaced
if ( gOfficeVersion = "" ) then
- warnlog( CFN & "gOOoBaseVersion is empty, run hGetOfficeVersion() first" )
+ warnlog( CFN & "gOfficeVersion is empty, run hGetOfficeVersion() first" )
cString = right( cConfigString, len( cConfigString ) - 29 )
else
cString = gProductName & " " & gOfficeVersion & " " & right( cConfigString, len( cConfigString ) - 29 )