diff options
author | Khaled Hosny <khaled@libreoffice.org> | 2023-09-20 11:28:38 +0300 |
---|---|---|
committer | خالد حسني <khaled@libreoffice.org> | 2023-09-20 12:21:43 +0200 |
commit | 6ae1c47fa1033619bf191a0f4228394ff90f5df6 (patch) | |
tree | 01af7de888e4dd9ceed25cd9379cd8cc318bb749 /starmath/sdi | |
parent | 8bf38cc394f96a1f1592a7bbd62e1f7db03f3db6 (diff) |
tdf#32418: Add Tools -> Special Character... to Math
Change-Id: I0f4e12f82a3b8e7be2459f4ccfa91f7d30d67f78
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157095
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'starmath/sdi')
-rw-r--r-- | starmath/sdi/smslots.sdi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/starmath/sdi/smslots.sdi b/starmath/sdi/smslots.sdi index 64586466cea1..2cf17fa342f4 100644 --- a/starmath/sdi/smslots.sdi +++ b/starmath/sdi/smslots.sdi @@ -282,6 +282,11 @@ interface FormulaView ExecMethod = Execute ; StateMethod = GetState ; ] + SID_CHARMAP //idlpp ole : no , status : no + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] SID_ATTR_PARA_LEFT_TO_RIGHT [ ExecMethod = Execute ; |