diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-19 09:58:05 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-19 10:34:04 +0100 |
commit | cc4d41fb7c3566177e30c9e6b5e2bb5c2191e5fb (patch) | |
tree | e2e31fda6458a8bc305d251a252c7220b5aee731 /sc/source | |
parent | acab4a99dcab546927712657c3ca4399a1b06fbb (diff) |
Fix typos
Change-Id: Icadf5cb88024b8889d49dc9c5210d0de8deaed3b
Reviewed-on: https://gerrit.libreoffice.org/48172
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/data/column.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx index b0c70999767b..16e2dd089d20 100644 --- a/sc/source/core/data/column.cxx +++ b/sc/source/core/data/column.cxx @@ -1149,7 +1149,7 @@ void ScColumn::CopyStaticToDocument( break; } - // Dont' forget to copy the number formats over. Charts may reference them. + // Don't forget to copy the number formats over. Charts may reference them. for (SCROW nRow = nRow1; nRow <= nRow2; ++nRow) { sal_uInt32 nNumFmt = GetNumberFormat(pDocument->GetNonThreadedContext(), nRow); |