Kaydet (Commit) 66e8f52d authored tarafından Julien Nabet's avatar Julien Nabet Kaydeden (comit) Katarina Behrens

Replace the 2 occurences of Navigation by Navigator

and get rid of:
warn:legacy.osl:10410:10410:sfx2/source/control/msgpool.cxx:211: GroupId-Name not defined in SFX!

Indeed "Navigation" isn't taken into account in getGidResId from msgpool.cxx (sfx2)

Change-Id: Ie5d54175106c1ca835a487ccfe2a38f3f21dc93d
Reviewed-on: https://gerrit.libreoffice.org/50400Reviewed-by: 's avatarMaxim Monastirsky <momonasmon@gmail.com>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
üst 93596ffc
...@@ -49,8 +49,7 @@ enum class SfxGroupId { ...@@ -49,8 +49,7 @@ enum class SfxGroupId {
Connector, Connector,
Modify, Modify,
Drawing, Drawing,
Controls, Controls
Navigation
}; };
// make it hashable for storing in maps // make it hashable for storing in maps
......
...@@ -7397,7 +7397,7 @@ SfxVoidItem NavigateBack FN_NAVIGATION_BACK ...@@ -7397,7 +7397,7 @@ SfxVoidItem NavigateBack FN_NAVIGATION_BACK
AccelConfig = TRUE, AccelConfig = TRUE,
MenuConfig = TRUE, MenuConfig = TRUE,
ToolBoxConfig = TRUE, ToolBoxConfig = TRUE,
GroupId = SfxGroupId::Navigation; GroupId = SfxGroupId::Navigator;
] ]
SfxVoidItem NavigateForward FN_NAVIGATION_FORWARD SfxVoidItem NavigateForward FN_NAVIGATION_FORWARD
...@@ -7415,7 +7415,8 @@ SfxVoidItem NavigateForward FN_NAVIGATION_FORWARD ...@@ -7415,7 +7415,8 @@ SfxVoidItem NavigateForward FN_NAVIGATION_FORWARD
AccelConfig = TRUE, AccelConfig = TRUE,
MenuConfig = TRUE, MenuConfig = TRUE,
ToolBoxConfig = TRUE, ToolBoxConfig = TRUE,
GroupId = SfxGroupId::Navigation; GroupId = SfxGroupId::Navigator;
] ]
SfxStringItem OpenFromWriter FN_OPEN_FILE SfxStringItem OpenFromWriter FN_OPEN_FILE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment