https://gerrit.libreoffice.org/9756
Successfully tested under Windows7 for LO 4.4 nightly build master~2014-06-13_18.51.19_LibreOfficeDev_4.4.0.0.alpha0_Win_x86_en-US_de_ar_ja_qtz.msi

The patch should be tested for MacOS as well. Can someone help for this ?

I developed a simple procedure:
====================================================================================================================
FIRST STEP
1) Install LO 4.4  last nightly build
2) Open the attached file (TestPatch9756.odt), a simple Writer document with a single button "Access2Base version ?" activating next macro:
                Sub Main
If GlobalScope.BasicLibraries.hasByName("Access2Base") then
GlobalScope.BasicLibraries.loadLibrary("Access2Base")
                        End If
                    _RootInit()
                    MsgBox ProductCode()
            End Sub
3) Click the button, the message "Access2Base 1.1.0" should be displayed.
4) Close the Testpatch9756.odt file.

SECOND STEP
4) Download the access2base.oxt file from the LO extensions download center http://extensions.libreoffice.org/extension-center/access2base/releases/1.0.0/access2base.oxt
5) Install the downloaded extension with the extension manager
6) Reopen TestPatch9756.odt
7) Click the button; the message should be "Access2Base 1.0.0".
====================================================================================================================
Thanks for your help.

On Thu, Jun 12, 2014 at 04:06:17PM +0000, Lionel Elie Mamane (via Code Review) 
wrote:

Hi,

I would like you to review the following patch:

     https://gerrit.libreoffice.org/9756

To pull it, you can do:

     git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/56/9756/1

allow extensions to override Access2Base

In particular, this allows users or administrators to upgrade Access2Base by 
installing the extension version of it.

Change-Id: I1650e5beced0fd168afa029dbac2025e2fa16e1f
---
M desktop/source/deployment/registry/script/dp_script.cxx
1 file changed, 2 insertions(+), 1 deletion(-)



---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com

Attachment: TestPatch9756.odt
Description: application/vnd.oasis.opendocument.text

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to