diff options
author | Petr Mladek <pmladek@suse.cz> | 2013-02-07 17:43:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-07 20:58:02 +0000 |
commit | 1baf540f0d479127fd13a8026f7c44a2811e74b4 (patch) | |
tree | 33346f2370a2cb9713389506f79bf970b928c870 | |
parent | 23e6ac150b217be70a80d42deb5b253059030783 (diff) |
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@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | officecfg/registry/data/org/openoffice/Setup.xcu | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu index c1fa23f90212..c5bc495722fc 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> |