diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2017-05-01 19:10:09 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-05-05 11:22:37 +0300 |
commit | caada57a3ed4283a9ce78fcdcd6b1f5b72e91fc9 (patch) | |
tree | e67ad3b7a7fe3faebfe0451799bf084c17fe6d0a /sc | |
parent | e60b045a77cc058d1c48fe78b8329b272993a853 (diff) |
Defining SID_UNICODE_NOTATION_TOGGLE once is enough
Change-Id: I6d63ee582ad5530ecb713dd65350912ee27dc15d
Diffstat (limited to 'sc')
-rw-r--r-- | sc/sdi/scalc.sdi | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index dff77d40c255..827975e84fd8 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -6398,23 +6398,6 @@ SfxStringItem ConvertFormulaToValue SID_CONVERT_FORMULA_TO_VALUE GroupId = GID_OPTIONS; ] -SfxVoidItem UnicodeNotationToggle SID_UNICODE_NOTATION_TOGGLE -() -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - - AccelConfig = TRUE, - MenuConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_OPTIONS; -] - SfxVoidItem ShowDetail SID_OUTLINE_SHOW () [ |