summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-26 16:09:23 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-29 17:32:09 +0200
commite9112e17efa0e59078acccc5f921a22855db317a (patch)
tree117b12dfc561cfde0eaa4363b2ac7a8cfad9cfab /lotuswordpro
parent836efb78798397be216b82475cd7581b1ee52622 (diff)
Fix typos
Change-Id: I483680622a75affb9822bbf5fc4d14512961493f Reviewed-on: https://gerrit.libreoffice.org/58130 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpnumericfmt.cxx2
1 files changed, 1 insertions, 1 deletions
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<sal_uInt8>(aColor.GetGreen()),
static_cast<sal_uInt8>(aColor.GetBlue())) );
}
- {//Negtive
+ {//Negative
pStyle->SetNegativeStyle( aNegPrefix, aNegSuffix, XFColor(static_cast<sal_uInt8>(aNegativeColor.GetRed()),
static_cast<sal_uInt8>(aNegativeColor.GetGreen()),
static_cast<sal_uInt8>(aNegativeColor.GetBlue())) );