diff options
-rw-r--r-- | sc/sdi/scalc.sdi | 17 | ||||
-rw-r--r-- | sd/sdi/sdraw.sdi | 16 | ||||
-rw-r--r-- | sfx2/sdi/sfx.sdi | 17 | ||||
-rw-r--r-- | starmath/sdi/smath.sdi | 18 | ||||
-rw-r--r-- | sw/sdi/swriter.sdi | 18 |
5 files changed, 17 insertions, 69 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 () [ diff --git a/sd/sdi/sdraw.sdi b/sd/sdi/sdraw.sdi index 501de6597102..0e49314dce43 100644 --- a/sd/sdi/sdraw.sdi +++ b/sd/sdi/sdraw.sdi @@ -4562,19 +4562,3 @@ SfxVoidItem MovePageLast SID_MOVE_PAGE_LAST ToolBoxConfig = TRUE, GroupId = GID_MODIFY; ] -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; -] diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 1ffd526663b5..6db5126ec84d 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -5493,3 +5493,20 @@ SfxVoidItem SafeMode SID_SAFE_MODE ToolBoxConfig = TRUE, GroupId = GID_APPLICATION; ] + +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; +] diff --git a/starmath/sdi/smath.sdi b/starmath/sdi/smath.sdi index a97a48d96766..3c2a7ebacced 100644 --- a/starmath/sdi/smath.sdi +++ b/starmath/sdi/smath.sdi @@ -528,24 +528,6 @@ SfxStringItem TextStatus SID_TEXTSTATUS ] -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 ZoomIn SID_ZOOMIN () [ diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 04c649c04224..aa5d898eb18a 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -7633,24 +7633,6 @@ SfxVoidItem RemoveTextBox FN_REMOVE_TEXT_BOX GroupId = GID_DRAWING; ] -SfxVoidItem UnicodeNotationToggle SID_UNICODE_NOTATION_TOGGLE -() -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Asynchron; - - AccelConfig = TRUE, - MenuConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_OPTIONS; -] - SfxUInt16Item JumpToSpecificPage SID_JUMP_TO_SPECIFIC_PAGE ( SfxUInt16Item JumpToSpecificPage SID_JUMP_TO_SPECIFIC_PAGE ) [ |