diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-06 22:41:09 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-06 22:41:48 +0100 |
commit | 9bbb7ca9f730217f872462086493ba281ad399f8 (patch) | |
tree | 4ce7e5a9aca68b8f7de0b3401b8fc91f3bf1a991 /lotuswordpro | |
parent | 1474d5c9c3274579efc9793614e830725b9384ca (diff) |
Typo: formating -> formatting
Change-Id: If4aba89909a3ef049a756182c37d8a5d6812ae70
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/LotusWordProImportFilter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/LotusWordProImportFilter.cxx b/lotuswordpro/source/filter/LotusWordProImportFilter.cxx index 826e1b533e55..f5b33585f456 100644 --- a/lotuswordpro/source/filter/LotusWordProImportFilter.cxx +++ b/lotuswordpro/source/filter/LotusWordProImportFilter.cxx @@ -63,7 +63,7 @@ static const sal_Int8 header[] = { 0x57, 0x6f, 0x72, 0x64, 0x50, 0x72, 0x6f }; const sal_Int32 MAXCHARS = 65534; // Simple xml importer, currently the importer is very very simple - // it only extracts pure text from the wordpro file. Absolutely no formating + // it only extracts pure text from the wordpro file. Absolutely no formatting // information is currently imported. // To reflect the current state of this importer the sax events sent // to the document handler are also the simplest possible. In addition to |