diff options
author | Oliver-Rainer Wittmann <orw@apache.org> | 2013-04-17 11:50:36 +0000 |
---|---|---|
committer | Oliver-Rainer Wittmann <orw@apache.org> | 2013-04-17 11:50:36 +0000 |
commit | 339494cf948e22dcb089c0d921dfb396d9233cb8 (patch) | |
tree | 2cde46684ab79a8ea78498ca4a7e3fef4d93b528 /sc | |
parent | d5a5505c0ec568577ab62c086de0675738098761 (diff) |
122025: - UNO commands introduced with sidebar: apply labels and disable them UI customization
Notes
Notes:
merged as: 00338d8d8bbe3bee3c5f4a1024ee8a254ffa60a0
Diffstat (limited to 'sc')
-rw-r--r-- | sc/sdi/scalc.sdi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index 853ad6c33ac7..9d04eafdb108 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -7823,7 +7823,7 @@ SfxVoidItem SetTabBgColor FID_TAB_MENU_SET_TAB_BG_COLOR ] //-------------------------------------------------------------------------- -SfxBoolItem ViewOption SID_SCGRIDSHOW +SfxBoolItem ViewGridLines SID_SCGRIDSHOW [ AutoUpdate = TRUE, Cachable = Cachable, @@ -7840,15 +7840,15 @@ SfxBoolItem ViewOption SID_SCGRIDSHOW Readonly = FALSE, /* config */ - AccelConfig = FALSE, //TRUE + AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, //FALSE - GroupId = GID_DATA; + ToolBoxConfig = FALSE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxUInt16Item NumberType SID_NUMBER_TYPE_FORMAT +SfxUInt16Item NumberFormatType SID_NUMBER_TYPE_FORMAT [ /* flags: */ AutoUpdate = FALSE, @@ -7869,6 +7869,6 @@ SfxUInt16Item NumberType SID_NUMBER_TYPE_FORMAT AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + ToolBoxConfig = FALSE, + GroupId = GID_FORMAT; ] |