diff options
author | Petr Mladek <pmladek@suse.cz> | 2013-02-07 17:43:35 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2013-02-07 18:00:06 +0100 |
commit | 8db4f720f536ddf137c2d4d76045ab33b37c4437 (patch) | |
tree | d4c40729bcd65f7e64486bfa36927c7bfa940b33 /officecfg | |
parent | c3de6c1a58678a29cee3dcd2d71c8d5127146945 (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
Diffstat (limited to 'officecfg')
-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> |