summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptablelayout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwptablelayout.cxx')
-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() )