From e9112e17efa0e59078acccc5f921a22855db317a Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 26 Jul 2018 16:09:23 +0200 Subject: Fix typos Change-Id: I483680622a75affb9822bbf5fc4d14512961493f Reviewed-on: https://gerrit.libreoffice.org/58130 Reviewed-by: Julien Nabet Tested-by: Jenkins --- lotuswordpro/source/filter/lwpnumericfmt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lotuswordpro') diff --git a/lotuswordpro/source/filter/lwpnumericfmt.cxx b/lotuswordpro/source/filter/lwpnumericfmt.cxx index 2d41599f798f..313c3c3d275e 100644 --- a/lotuswordpro/source/filter/lwpnumericfmt.cxx +++ b/lotuswordpro/source/filter/lwpnumericfmt.cxx @@ -353,7 +353,7 @@ XFStyle* LwpNumericFormat::Convert() static_cast(aColor.GetGreen()), static_cast(aColor.GetBlue())) ); } - {//Negtive + {//Negative pStyle->SetNegativeStyle( aNegPrefix, aNegSuffix, XFColor(static_cast(aNegativeColor.GetRed()), static_cast(aNegativeColor.GetGreen()), static_cast(aNegativeColor.GetBlue())) ); -- cgit