diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-04 09:41:04 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-05 08:01:42 +0200 |
commit | f811edfa9a0faaee2551be1fd9e401dfb4168a10 (patch) | |
tree | 28e2f37707d903d5d3aea26c55c3f7d4ad645d95 /starmath | |
parent | fd97858e1a7eef0f311a38ee3be41f7548d2c174 (diff) |
remove unused Readonly from .SDI files
Change-Id: I179200ad65492c517ef5e986fd05758896d38813
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/sdi/smath.sdi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/starmath/sdi/smath.sdi b/starmath/sdi/smath.sdi index dc52db0f7fa7..9ae12db71e96 100644 --- a/starmath/sdi/smath.sdi +++ b/starmath/sdi/smath.sdi @@ -168,7 +168,6 @@ SfxStringItem ConfigName SID_TEXT RecordAbsolute = FALSE, RecordPerSet; - Readonly = FALSE, /* config: */ AccelConfig = FALSE, @@ -250,7 +249,6 @@ SfxInt16Item Graphic SID_GAPHIC_SM RecordAbsolute = FALSE, RecordPerSet; - Readonly = FALSE, /* config: */ AccelConfig = FALSE, @@ -394,7 +392,6 @@ SfxStringItem ModifyStatus SID_MODIFYSTATUS RecordAbsolute = FALSE, RecordPerSet; - Readonly = FALSE, /* config: */ AccelConfig = FALSE, @@ -516,7 +513,6 @@ SfxBoolItem RedrawAutomatic SID_AUTO_REDRAW RecordAbsolute = FALSE, RecordPerSet; - Readonly = FALSE, /* config: */ AccelConfig = TRUE, @@ -618,7 +614,6 @@ SfxBoolItem Textmode SID_TEXTMODE RecordAbsolute = FALSE, RecordPerSet; - Readonly = FALSE, /* config: */ AccelConfig = TRUE, @@ -640,7 +635,6 @@ SfxStringItem TextStatus SID_TEXTSTATUS RecordAbsolute = FALSE, RecordPerSet; - Readonly = FALSE, /* config: */ AccelConfig = FALSE, @@ -702,7 +696,6 @@ SfxBoolItem ToolBox SID_TOOLBOX RecordAbsolute = FALSE, RecordPerSet; - Readonly = FALSE, /* config: */ AccelConfig = TRUE, |