diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-04-20 13:27:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-20 15:56:36 +0200 |
commit | de90d47410164a663230f5b881190f10d0269311 (patch) | |
tree | 82163dff044b938af590d780648344cc6a20c439 /starmath/inc | |
parent | b9f0060b943fa765646ff575ad725c9e7c5a2475 (diff) |
SID_GAPHIC_SM->SID_GRAPHIC_SM
Change-Id: Ie5446fc349778ad6dc50ac5f622ddb45ee18eefa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114335
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/starmath.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc index b7733017cfbd..5001b29b0f51 100644 --- a/starmath/inc/starmath.hrc +++ b/starmath/inc/starmath.hrc @@ -40,7 +40,7 @@ #define SID_IMPORT_FORMULA (SID_SMA_START + 58) #define SID_IMPORT_MATHML_CLIPBOARD (SID_SMA_START + 59) #define SID_TEXT (SID_SMA_START + 100) -#define SID_GAPHIC_SM (SID_SMA_START + 101) +#define SID_GRAPHIC_SM (SID_SMA_START + 101) /** Command for inserting a symbol specified by a string (Inserts an SmSpecialNode) */ #define SID_INSERTSPECIAL (SID_SMA_START + 104) /** Command for inserting a math construction */ |