starmath/inc/ElementsDockingWindow.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 05b85c4b830174b8dd2141c7b71e69ff7243a4bf Author: Marcos Paulo de Souza <[email protected]> Date: Tue Sep 17 20:55:07 2013 -0300 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 <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/starmath/inc/ElementsDockingWindow.hxx b/starmath/inc/ElementsDockingWindow.hxx index ab739bb..5985a01 100644 --- a/starmath/inc/ElementsDockingWindow.hxx +++ b/starmath/inc/ElementsDockingWindow.hxx @@ -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; }
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
