diff options
author | Andras Timar <atimar@suse.com> | 2011-09-27 21:33:07 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-28 13:48:10 +0200 |
commit | 05293cb04c707b12047ce2378894cf6b7bb67bbc (patch) | |
tree | 546bad7e2bc6f23dc3ca6ed191395b7703ba04aa /testautomation | |
parent | d455410a3de86d2c772a96e50ff0d4c066c1605e (diff) |
remove checks for unused BUILD_SPECIAL environment variable
Diffstat (limited to 'testautomation')
-rw-r--r-- | testautomation/global/system/includes/master.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/global/system/includes/master.inc b/testautomation/global/system/includes/master.inc index 22c7e62c1b4e..7fa22ba9f79c 100644 --- a/testautomation/global/system/includes/master.inc +++ b/testautomation/global/system/includes/master.inc @@ -798,7 +798,7 @@ sub mMakeGeneralOptionsAPI gAutoUpdate = FALSE endcatch - '///+ OOo Improvement - only if BUILD_SPECIAL is set we have this file created. + '///+ OOo Improvement - currently not used in LibreOffice sTempPath = gOfficeBasisPath & "share/registry/oooimprovement.xcd" sTempPath = ConvertPath( sTempPath ) |