diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-08-25 14:39:15 +0200 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-08-25 14:39:15 +0200 |
commit | bb1aadbaf07d15196abbbca2cd5527ff5ee34920 (patch) | |
tree | 2e5d5938eb45bcb575d43b297a34d160e33dbe8a /starmath/sdi | |
parent | ef0cb53b08c6ee572620e4ada96db24c305171e3 (diff) |
cws tl82: #i114087# uno slot name fixed
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 | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/starmath/sdi/smath.sdi b/starmath/sdi/smath.sdi index f1f812e6c40b..4b9eaedac599 100644..100755 --- a/starmath/sdi/smath.sdi +++ b/starmath/sdi/smath.sdi @@ -403,8 +403,8 @@ SfxVoidItem InsertConfigName SID_INSERTTEXT ] //-------------------------------------------------------------------------- -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 9e27c7149502..69cecf25f308 100644..100755 --- a/starmath/sdi/smslots.sdi +++ b/starmath/sdi/smslots.sdi @@ -275,12 +275,12 @@ interface FormulaView ExecMethod = Execute ; StateMethod = GetState ; ] - SID_INSERT_FORMULA //idlpp ole : no , status : no - [ - ExecMethod = Execute ; - StateMethod = GetState ; - Export = FALSE ; - ] + SID_IMPORT_FORMULA //idlpp ole : no , status : no + [ + ExecMethod = Execute ; + StateMethod = GetState ; + Export = FALSE ; + ] //idlpp kein Menueeintrag , also keine Texte SID_ATTR_ZOOM //idlpp ole : no , status : no [ |