starmath/source/toolbox.hrc | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-)
New commits: commit 20b287b38529ab1d49c5dbe3b9c562bbb632713b Author: Matthias Seidel <[email protected]> AuthorDate: Thu Jul 11 10:14:48 2019 +0000 Commit: Matthias Seidel <[email protected]> CommitDate: Thu Jul 11 10:14:48 2019 +0000 Cleaned up whitespace diff --git a/starmath/source/toolbox.hrc b/starmath/source/toolbox.hrc index d953c11ed716..1c391cd60f19 100755 --- a/starmath/source/toolbox.hrc +++ b/starmath/source/toolbox.hrc @@ -25,18 +25,17 @@ #define _TOOLBOX_HRC_ #define FL_TOOLBOX_CAT_DELIM 1 -#define TOOLBOX_CATALOG 10 -#define TOOLBOX_CAT_A 11 -#define TOOLBOX_CAT_B 12 -#define TOOLBOX_CAT_C 13 -#define TOOLBOX_CAT_D 14 -#define TOOLBOX_CAT_E 15 -#define TOOLBOX_CAT_F 16 -#define TOOLBOX_CAT_G 17 -#define TOOLBOX_CAT_H 18 -#define TOOLBOX_CAT_I 19 +#define TOOLBOX_CATALOG 10 +#define TOOLBOX_CAT_A 11 +#define TOOLBOX_CAT_B 12 +#define TOOLBOX_CAT_C 13 +#define TOOLBOX_CAT_D 14 +#define TOOLBOX_CAT_E 15 +#define TOOLBOX_CAT_F 16 +#define TOOLBOX_CAT_G 17 +#define TOOLBOX_CAT_H 18 +#define TOOLBOX_CAT_I 19 -#define NUM_TBX_CATEGORIES (TOOLBOX_CAT_I - TOOLBOX_CAT_A + 1) +#define NUM_TBX_CATEGORIES (TOOLBOX_CAT_I - TOOLBOX_CAT_A + 1) #endif - _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
