diff options
author | dante <dante19031999@gmail.com> | 2020-07-15 03:03:12 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-07-18 18:26:51 +0200 |
commit | 7473452c22197b7a44a53b61f91c210ef573a1b4 (patch) | |
tree | cfa3c6e4768a67702bb3b21126629d87f1a6ad1d /starmath/inc/strings.hxx | |
parent | d187f22b7ff73954e1da39fb954c64bc315298cb (diff) |
Added fourier transform symbol
Change-Id: I6b6f09d7e094b5dafc6aca71f273ab23fce184e0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98797
Tested-by: Jenkins
Reviewed-by: Dante DM <dante19031999@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'starmath/inc/strings.hxx')
-rw-r--r-- | starmath/inc/strings.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/inc/strings.hxx b/starmath/inc/strings.hxx index d8fe00f803a6..fb00ac2f4782 100644 --- a/starmath/inc/strings.hxx +++ b/starmath/inc/strings.hxx @@ -236,6 +236,7 @@ #define RID_NABLA "nabla " #define RID_WP "wp " #define RID_LAPLACE "laplace " +#define RID_FOURIER "fourier " #define RID_DOTSAXIS "dotsaxis " #define RID_DOTSUP "dotsup " #define RID_DOTSDOWN "dotsdown " |