summaryrefslogtreecommitdiff
path: root/sfx2/sdi
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-11-16 14:53:38 +0000
committerNoel Power <noel.power@novell.com>2011-11-16 14:54:21 +0000
commit73d3c9504a479e62126d1e7a1766173370603aa1 (patch)
tree4018908cd6a4a5e84b25c84867f1ba579a589f61 /sfx2/sdi
parent20dde3737f250ab48b80a28c9c03d348e486dd8b (diff)
add new 'Goto Line' menu item to Basic IDE
Diffstat (limited to 'sfx2/sdi')
-rwxr-xr-xsfx2/sdi/sfx.sdi24
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
()