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:
Marcos Paulo de Souza 2013-09-17 20:55:07 -03:00 committed by Caolán McNamara
parent 74144e53a8
commit 05b85c4b83

View file

@ -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; }