summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 14:40:45 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 14:40:45 +0100
commitfb79d2001aca24aacb8548c1876744b2cc3520de (patch)
treee6278763632694686ffec951aff5974f2dc17baf /sc
parentc4cc63badc506a00ee92e588d47e4f93e22fe1b5 (diff)
Fix typo, "charcter" -> "character"
Change-Id: Idde59a616b16c52b7369dd67e7a06eab52b334c8
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/inc/unitconverter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/unitconverter.hxx b/sc/source/filter/inc/unitconverter.hxx
index bac9d5b8cdab..4056430b8e72 100644
--- a/sc/source/filter/inc/unitconverter.hxx
+++ b/sc/source/filter/inc/unitconverter.hxx
@@ -57,7 +57,7 @@ enum Unit
default font of the imported/exported document. The default font is always
the first font in the styles font list, and is always referenced by the
default cell style ("Normal" style in Excel) which is used by all empty
- unformatted cells in the document. To be able to calculate the charcter
+ unformatted cells in the document. To be able to calculate the character
width correctly, the default font must be known, which is the case after
the finalizeImport() or finalizeExport() functions have been called. Caller
must make sure to not call the character width conversion functions before.