summaryrefslogtreecommitdiff
path: root/starmath/source/view.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/view.cxx')
-rw-r--r--starmath/source/view.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 11c5b7148488..0a5ef6970b07 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -1561,10 +1561,10 @@ void SmViewShell::Execute(SfxRequest& rReq)
}
- case SID_INSERTSYMBOL:
+ case SID_INSERTSPECIAL:
{
const SfxStringItem& rItem =
- static_cast<const SfxStringItem&>(rReq.GetArgs()->Get(SID_INSERTSYMBOL));
+ static_cast<const SfxStringItem&>(rReq.GetArgs()->Get(SID_INSERTSPECIAL));
if (pWin && (mbInsertIntoEditWindow || !IsInlineEditEnabled()))
pWin->InsertText(rItem.GetValue());