From bb1aadbaf07d15196abbbca2cd5527ff5ee34920 Mon Sep 17 00:00:00 2001 From: "Thomas Lange [tl]" Date: Wed, 25 Aug 2010 14:39:15 +0200 Subject: cws tl82: #i114087# uno slot name fixed --- starmath/sdi/smath.sdi | 4 ++-- starmath/sdi/smslots.sdi | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) mode change 100644 => 100755 starmath/sdi/smath.sdi mode change 100644 => 100755 starmath/sdi/smslots.sdi (limited to 'starmath/sdi') diff --git a/starmath/sdi/smath.sdi b/starmath/sdi/smath.sdi old mode 100644 new mode 100755 index f1f812e6c40b..4b9eaedac599 --- 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 old mode 100644 new mode 100755 index 9e27c7149502..69cecf25f308 --- 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 [ -- cgit