diff options
author | sb <sb@openoffice.org> | 2010-10-04 17:38:17 +0200 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-10-04 17:38:17 +0200 |
commit | 600d565f2b42fcea7b5e72d3a8e2bb69e554a478 (patch) | |
tree | 1a4ca7e793febdd86e57710e67c3aa4b1531d8f4 /testautomation/dbaccess | |
parent | a4811ec3dcfb8d54cb757065835707c209ef6c64 (diff) | |
parent | 664c84c6d716e0ec08d1bd95719ea9aa8ecc4dcb (diff) |
sb132: merged in DEV300_m89
Diffstat (limited to 'testautomation/dbaccess')
-rw-r--r-- | testautomation/dbaccess/required/input/oracle-report-builder.oxt | bin | 0 -> 3449930 bytes | |||
-rwxr-xr-x | testautomation/dbaccess/required/input/sun-report-builder.oxt | bin | 2184747 -> 0 bytes | |||
-rw-r--r-- | testautomation/dbaccess/tools/reporttools.inc | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/dbaccess/required/input/oracle-report-builder.oxt b/testautomation/dbaccess/required/input/oracle-report-builder.oxt Binary files differnew file mode 100644 index 000000000000..e806ba70897f --- /dev/null +++ b/testautomation/dbaccess/required/input/oracle-report-builder.oxt diff --git a/testautomation/dbaccess/required/input/sun-report-builder.oxt b/testautomation/dbaccess/required/input/sun-report-builder.oxt Binary files differdeleted file mode 100755 index 658fedac671b..000000000000 --- a/testautomation/dbaccess/required/input/sun-report-builder.oxt +++ /dev/null diff --git a/testautomation/dbaccess/tools/reporttools.inc b/testautomation/dbaccess/tools/reporttools.inc index 4f7a6eb6d44c..70b9ff129bd5 100644 --- a/testautomation/dbaccess/tools/reporttools.inc +++ b/testautomation/dbaccess/tools/reporttools.inc @@ -365,7 +365,7 @@ function tools_reporttools_InstallExtension dim i as integer use "global/tools/includes/optional/t_extension_manager_tools.inc" if (not hIsExtensionAlreadyInstalled("Report Builder")) then - i = hExtensionAddGUI( gTesttoolPath + "dbaccess/required/input/sun-report-builder.oxt", "AcceptLicense,InstallForUser" ) + i = hExtensionAddGUI( gTesttoolPath + "dbaccess/required/input/oracle-report-builder.oxt", "AcceptLicense,InstallForUser" ) if (i > 0) then tools_reporttools_InstallExtension = 0 else |