Math: fix name's typo of Magenta color in sidebar
Thanks a lot Gerry for noticing this! Change-Id: I24340e751b476e998ba64402719802aa244de00f Reviewed-on: https://gerrit.libreoffice.org/5986 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
74144e53a8
commit
05b85c4b83
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ public:
|
|||
OUString colorCyan() { return maColorCyan; }
|
||||
|
||||
void setColorMagenta(const OUString color) { maColorMagenta = color; }
|
||||
OUString colorMagenta() { return maColorGreen; }
|
||||
OUString colorMagenta() { return maColorMagenta; }
|
||||
|
||||
void setColorYellow(const OUString color) { maColorYellow = color; }
|
||||
OUString colorYellow() { return maColorYellow; }
|
||||
|
|
Loading…
Reference in a new issue