diff options
Diffstat (limited to 'starmath/sdi')
-rwxr-xr-x[-rw-r--r--] | starmath/sdi/smath.sdi | 4 | ||||
-rwxr-xr-x[-rw-r--r--] | starmath/sdi/smslots.sdi | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/starmath/sdi/smath.sdi b/starmath/sdi/smath.sdi index 99399c8396e3..8779706b08e2 100644..100755 --- a/starmath/sdi/smath.sdi +++ b/starmath/sdi/smath.sdi @@ -403,8 +403,8 @@ SfxVoidItem InsertConfigName SID_INSERTSYMBOL ] //-------------------------------------------------------------------------- -SfxBoolItem InsertFormula SID_INSERT_FORMULA -(SfxStringItem Name SID_INSERT_FORMULA,SfxStringItem Filter FN_PARAM_1) +SfxBoolItem ImportFormula SID_IMPORT_FORMULA +(SfxStringItem Name SID_IMPORT_FORMULA,SfxStringItem Filter FN_PARAM_1) [ /* flags: */ AutoUpdate = FALSE, diff --git a/starmath/sdi/smslots.sdi b/starmath/sdi/smslots.sdi index f96690b5c1f0..cc259af5d117 100644..100755 --- a/starmath/sdi/smslots.sdi +++ b/starmath/sdi/smslots.sdi @@ -275,7 +275,7 @@ interface FormulaView ExecMethod = Execute ; StateMethod = GetState ; ] - SID_INSERT_FORMULA //idlpp ole : no , status : no + SID_IMPORT_FORMULA //idlpp ole : no , status : no [ ExecMethod = Execute ; StateMethod = GetState ; |