diff options
-rw-r--r-- | include/sfx2/groupid.hxx | 3 | ||||
-rw-r--r-- | sw/sdi/swriter.sdi | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/sfx2/groupid.hxx b/include/sfx2/groupid.hxx index 0fc3a0b1b659..1e6823c85af8 100644 --- a/include/sfx2/groupid.hxx +++ b/include/sfx2/groupid.hxx @@ -49,8 +49,7 @@ enum class SfxGroupId { Connector, Modify, Drawing, - Controls, - Navigation + Controls }; // make it hashable for storing in maps diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 3bd3026c9c21..00fa29d6abfc 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -7397,7 +7397,7 @@ SfxVoidItem NavigateBack FN_NAVIGATION_BACK AccelConfig = TRUE, MenuConfig = TRUE, ToolBoxConfig = TRUE, - GroupId = SfxGroupId::Navigation; + GroupId = SfxGroupId::Navigator; ] SfxVoidItem NavigateForward FN_NAVIGATION_FORWARD @@ -7415,7 +7415,8 @@ SfxVoidItem NavigateForward FN_NAVIGATION_FORWARD AccelConfig = TRUE, MenuConfig = TRUE, ToolBoxConfig = TRUE, - GroupId = SfxGroupId::Navigation; + GroupId = SfxGroupId::Navigator; + ] SfxStringItem OpenFromWriter FN_OPEN_FILE |