summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-07 23:14:30 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-07-08 05:48:18 +0000
commit799cc41b53a59c543408fa5370e107c2c57a2904 (patch)
tree790ed9324cea1b9a2f54955a0497cab55c617128 /lotuswordpro
parentff669d1c7f692052534d1136d1ff4220433f8542 (diff)
Fix typos
Change-Id: I70b03c152f63e48341dc5629a99b0eeab7b497c0 Reviewed-on: https://gerrit.libreoffice.org/16834 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwptablelayout.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwptablelayout.cxx b/lotuswordpro/source/filter/lwptablelayout.cxx
index 3e6d5662883a..4580a6a59203 100644
--- a/lotuswordpro/source/filter/lwptablelayout.cxx
+++ b/lotuswordpro/source/filter/lwptablelayout.cxx
@@ -750,9 +750,9 @@ void LwpTableLayout::RegisterStyle()
// Parse table
ParseTable();
- //Comment:The old code doesn't check if the LwpFoundry pointer is NULL,
- // So the NULL pointer cause sodc frozee. Add code to check the
- // the pointer.
+ //Comment: the old code doesn't check if the LwpFoundry pointer is NULL,
+ // so the NULL pointer cause sodc freeze. Add code to check the
+ // the pointer.
//New Code
if( GetFoundry() && GetTable() )