summaryrefslogtreecommitdiff
path: root/sfx2/sdi
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-11-16 14:50:26 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-17 18:41:20 -0600
commita4074e34039b0e570a3aa08cdffde1562892df17 (patch)
treecc65bb900517ad4a5408c31a0c7ddff110669052 /sfx2/sdi
parentdeb6bcf8d91a14767ed4cd6c377e1ffe6b6a9521 (diff)
Preparing to add option for line numbers in the 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 b73f17a06a0b..47577eaf0048 100755
--- a/sfx2/sdi/sfx.sdi
+++ b/sfx2/sdi/sfx.sdi
@@ -3593,6 +3593,30 @@ SfxBoolItem ReccomendReadonly SID_RECOMMENDREADONLY
GroupId = ;
]
+//----------------------------------------------------FALSE
+SfxBoolItem ShowLines SID_SHOWLINES
+
+[
+ /* 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 RunMacro SID_RUNMACRO