[PATCH libreoffice-4-0] migrate menu and toolbars customization (fdo#57061)

Petr Mladek (via Code Review) gerrit at gerrit.libreoffice.org
Thu Feb 7 09:05:28 PST 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/2028

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/28/2028/1

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
---
M officecfg/registry/data/org/openoffice/Setup.xcu
1 file changed, 3 insertions(+), 1 deletion(-)



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>

-- 
To view, visit https://gerrit.libreoffice.org/2028
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5be9b4e036464806d04eb6e0e9808b503f288498
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Petr Mladek <pmladek at suse.cz>


More information about the LibreOffice mailing list