diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-07-08 18:47:45 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-07-08 18:48:42 +0900 |
commit | 5bfac537f1b44b2ecec15cacfad893125a4e384d (patch) | |
tree | c37b086552aae2d6d765a02ffe4240d45c906258 /lotuswordpro/source | |
parent | c139307b883dd1dc014d7676782c163dcab26470 (diff) |
fixed typos in comments
Diffstat (limited to 'lotuswordpro/source')
-rw-r--r-- | lotuswordpro/source/filter/lwptablelayout.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwptablelayout.cxx b/lotuswordpro/source/filter/lwptablelayout.cxx index e36f9e8feb67..a269a6e61edb 100644 --- a/lotuswordpro/source/filter/lwptablelayout.cxx +++ b/lotuswordpro/source/filter/lwptablelayout.cxx @@ -620,7 +620,7 @@ void LwpTableLayout::RegisterColumns() // justifiable columns will share the remain width averagely dDefaultColumn = dTableWidth/nJustifiableColumn; - // register defualt column style + // register default column style XFColStyle *pColStyle = new XFColStyle(); pColStyle->SetWidth(static_cast<float>(dDefaultColumn)); |