diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2013-08-14 10:18:44 -0300 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-08-16 13:52:42 +0000 |
commit | c66062aacb521037eb5af9c32c94c33df9cd69a7 (patch) | |
tree | 0a27eba9f7aee6a633c6c7e7b4038d1e3972bd52 /starmath/inc | |
parent | d626fa2e5892a8a166b5aec49e9cb5bfc2cf18c5 (diff) |
Math: New feature about color selection
Now we can choose colors to equations in Elements Dock, in the Attributes section.
All colors there can be choosed by clicking in the name of color.
Change-Id: I5545b292955072f9f45f31262a511cee3d70c953
Reviewed-on: https://gerrit.libreoffice.org/5414
Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
Tested-by: Thorsten Behrens <tbehrens@suse.com>
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/starmath.hrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc index 0459731910d2..773006709bc9 100644 --- a/starmath/inc/starmath.hrc +++ b/starmath/inc/starmath.hrc @@ -327,6 +327,13 @@ #define RID_WIDEHATX (RID_APP_START + 1722) #define RID_WIDETILDEX (RID_APP_START + 1723) #define RID_WIDEVECX (RID_APP_START + 1724) +#define RID_COLORX_BLACK (RID_APP_START + 1725) +#define RID_COLORX_BLUE (RID_APP_START + 1726) +#define RID_COLORX_GREEN (RID_APP_START + 1727) +#define RID_COLORX_RED (RID_APP_START + 1728) +#define RID_COLORX_CYAN (RID_APP_START + 1729) +#define RID_COLORX_MAGENTA (RID_APP_START + 1730) +#define RID_COLORX_YELLOW (RID_APP_START + 1731) #define RID_LRPARENTX (RID_APP_START + 1801) #define RID_LRBRACKETX (RID_APP_START + 1802) |