diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-04-26 22:43:49 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-04-27 09:37:41 +0200 |
commit | 40559dd30db04ab67d27fafe1e0c928757f7e7c0 (patch) | |
tree | bd9ae92a1bfa9f016b9d0a7c9df32daa985c7381 /sfx2 | |
parent | 21891a777e4b6647b2a7b716be5f9b91d69d3272 (diff) |
tdf#131760 change category of Styles command
"Format" -> "View"
Change-Id: Ia702a28fd7eacf52bf02964e9dad7a3b69390241
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133413
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 5115dec907c0..834c898a59ae 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -1007,7 +1007,7 @@ SfxVoidItem DesignerDialog SID_STYLE_DESIGNER AccelConfig = TRUE, MenuConfig = TRUE, ToolBoxConfig = TRUE, - GroupId = SfxGroupId::Format; + GroupId = SfxGroupId::View; ] SfxVoidItem DragHierarchy SID_STYLE_DRAGHIERARCHIE |