summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-08 16:44:44 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-08 16:45:30 +0100
commit5f6fcb4e7c8c273ca4a0211bf1b6f99a20ef5feb (patch)
treef719a8e5e6f6ba3b301c7288a7fe05b27fa163da /lotuswordpro
parentbb0cae0f967eed386b546dd7367c2cc1b274f555 (diff)
Typos
Change-Id: Ibc378fa5f515de61bb768b4ef082638b40c94e00
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpsdwrect.hxx4
-rw-r--r--lotuswordpro/source/filter/xfilter/xfshadow.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpsdwrect.hxx b/lotuswordpro/source/filter/lwpsdwrect.hxx
index dbcd37d0e4d3..525e44f29631 100644
--- a/lotuswordpro/source/filter/lwpsdwrect.hxx
+++ b/lotuswordpro/source/filter/lwpsdwrect.hxx
@@ -70,10 +70,10 @@
/**
* @brief
- * SdwRectangle: Not like rectangle in SODC, rectagles in Word Pro are
+ * SdwRectangle: Not like rectangle in SODC, rectangles in Word Pro are
* defined by 4 points. So they can be any posture in the two-dimensional
* coordinate system. The class is used to describ such rectangles.
- * The foure corner points must be save in menber variable:m_nRectCorner
+ * The four corner points must be saved in member variable:m_nRectCorner
* one after another. We assume the input order(the same order in .lwp files)
* is as below:
*
diff --git a/lotuswordpro/source/filter/xfilter/xfshadow.hxx b/lotuswordpro/source/filter/xfilter/xfshadow.hxx
index e9ed904c748f..9d9d872e561b 100644
--- a/lotuswordpro/source/filter/xfilter/xfshadow.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfshadow.hxx
@@ -74,7 +74,7 @@ public:
public:
/**
- * @descr set shadow position. You can refer to enumXFShadowPos to get all posible positions.
+ * @descr set shadow position. You can refer to enumXFShadowPos to get all possible positions.
*/
void SetPosition(enumXFShadowPos pos);