diff options
author | Joerg Skottke [jsk] <jsk@openoffice.org> | 2010-03-23 08:39:22 +0100 |
---|---|---|
committer | Joerg Skottke [jsk] <jsk@openoffice.org> | 2010-03-23 08:39:22 +0100 |
commit | 6b73a07946310f04d6a8217bcd5163f50798a527 (patch) | |
tree | 83411b4358f8f678ef92c1a2fabfd6fd6d81f257 /testautomation/global/system | |
parent | 7c9093d07e653cf559501373ee7d5b72bfd9b22a (diff) |
vitomation01: #i109562 - Provide missing includes, reworked hDeleteMacro()
Diffstat (limited to 'testautomation/global/system')
-rw-r--r-- | testautomation/global/system/includes/iniinfo.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testautomation/global/system/includes/iniinfo.inc b/testautomation/global/system/includes/iniinfo.inc index 479d9ffada1b..4f32125ec07f 100644 --- a/testautomation/global/system/includes/iniinfo.inc +++ b/testautomation/global/system/includes/iniinfo.inc @@ -256,7 +256,6 @@ function ConvertPath ( sDatei$, optional sPlatform as string ) as String dim sLocalPlatGroup as string dim sLocalPathSigne as string - printlog( " *** convertpath( in ): " & sDatei$ ) if (isMissing(sPlatform)) then sLocalPlatGroup = gPlatGroup sLocalPathSigne = gPathSigne @@ -291,8 +290,6 @@ function ConvertPath ( sDatei$, optional sPlatform as string ) as String s3$ = s3$ + s2$ + sLocalPathSigne loop until s1$="" - printlog( " *** convertpath( out): " & s3$ + s1$ ) - ConvertPath = s3$ + s1$ end function |