summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwplayout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwplayout.cxx')
-rw-r--r--lotuswordpro/source/filter/lwplayout.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwplayout.cxx b/lotuswordpro/source/filter/lwplayout.cxx
index bcc9482dc0ea..82607a17cd05 100644
--- a/lotuswordpro/source/filter/lwplayout.cxx
+++ b/lotuswordpro/source/filter/lwplayout.cxx
@@ -901,7 +901,7 @@ enumXFTextDir LwpMiddleLayout::GetTextDirection()
return eTextDir;
}
/**
- * @descr: Get back ground color.
+ * @descr: Get background color.
*/
LwpColor* LwpMiddleLayout::GetBackColor()
{
@@ -1976,7 +1976,7 @@ void LwpPlacableLayout::Read()
sal_uInt16 count = pStrm->QuickReaduInt16();
if(count)
{
- // temporily added by to avoid assertion
+ // temporarily added by to avoid assertion
while (count)
{
LwpPoint aPoint;