diff options
Diffstat (limited to 'sfx2/sdi/sfx.sdi')
-rwxr-xr-x | sfx2/sdi/sfx.sdi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index b5b432fa39db..b73f17a06a0b 100755 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -3619,6 +3619,30 @@ SfxVoidItem RunMacro SID_RUNMACRO GroupId = GID_MACRO; ] +SfxVoidItem GotoLine SID_GOTOLINE + +[ + /* flags: */ + AutoUpdate = TRUE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, + Toggle = TRUE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_MACRO; +] + //-------------------------------------------------------------------------- SfxVoidItem MacroDialog SID_BASICCHOOSER () |