desktop/source/deployment/registry/script/dp_script.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 38b03fbe3f28209daaefe769f27166d3af133cab
Author: Lionel Elie Mamane <[email protected]>
Date:   Thu Jun 12 18:00:42 2014 +0200

    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
    Reviewed-on: https://gerrit.libreoffice.org/9755
    Tested-by: Stephan Bergmann <[email protected]>
    Reviewed-by: Stephan Bergmann <[email protected]>

diff --git a/desktop/source/deployment/registry/script/dp_script.cxx 
b/desktop/source/deployment/registry/script/dp_script.cxx
index 15b92d0..9038853 100644
--- a/desktop/source/deployment/registry/script/dp_script.cxx
+++ b/desktop/source/deployment/registry/script/dp_script.cxx
@@ -346,7 +346,8 @@ lcl_maybeAddScript(
             //same id
             if 
(sOriginalUrl.match("vnd.sun.star.expand:$UNO_USER_PACKAGES_CACHE")
                 || 
sOriginalUrl.match("vnd.sun.star.expand:$UNO_SHARED_PACKAGES_CACHE")
-                || 
sOriginalUrl.match("vnd.sun.star.expand:$BUNDLED_EXTENSIONS"))
+                || 
sOriginalUrl.match("vnd.sun.star.expand:$BUNDLED_EXTENSIONS")
+                || sOriginalUrl.match("$(INST)/share/basic/Access2Base/"))
             {
                 xScriptLibs->removeLibrary(rName);
                 bCanAdd = true;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to