diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index d98e8e0b93bc..c56b80a65fc8 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -1922,6 +1922,25 @@ SfxVoidItem TipOfTheDay SID_TIPOFTHEDAY ] +SfxVoidItem BasicIDEZoom SID_BASICIDE_CURRENT_ZOOM +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::View; +] + + SfxVoidItem HideCurPage SID_BASICIDE_HIDECURPAGE () [ |