[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - officecfg/registry

Petr Mladek pmladek at suse.cz
Thu Feb 7 12:58:22 PST 2013


 officecfg/registry/data/org/openoffice/Setup.xcu |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 1baf540f0d479127fd13a8026f7c44a2811e74b4
Author: Petr Mladek <pmladek at suse.cz>
Date:   Thu Feb 7 17:43:35 2013 +0100

    migrate menu and toolbars customization (fdo#57061)
    
    I hope that LO will handle potential incompatible menu or toolbar
    entrie. But this problem happens also when updating between minor
    versions.
    
    Change-Id: I5be9b4e036464806d04eb6e0e9808b503f288498
    Reviewed-on: https://gerrit.libreoffice.org/2028
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu
index c1fa23f..c5bc495 100644
--- a/officecfg/registry/data/org/openoffice/Setup.xcu
+++ b/officecfg/registry/data/org/openoffice/Setup.xcu
@@ -825,7 +825,9 @@
                 <it>.*/autotext/.*</it>
                 <it>.*/autocorr/.*</it>
                 <it>.*/config/.*\.so[bcdegh]</it>
-                <it>.*/config/soffice.cfg/modules/.*/toolbar/custom.*\.xml</it>
+                <it>.*/config/soffice.cfg/modules/.*/menubar/.*\.xml</it>
+                <it>.*/config/soffice.cfg/modules/.*/statusbar/.*\.xml</it>
+                <it>.*/config/soffice.cfg/modules/.*/toolbar/.*\.xml</it>
                 <it>.*/config/soffice.cfg/modules/.*/images/.*</it>
                 <it>.*/gallery/.*</it>
                 <it>.*/template/.*</it>


More information about the Libreoffice-commits mailing list