diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-12-10 22:33:40 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-12-10 22:34:08 +0100 |
commit | af7d374d013baad34f66989dbb9443af85bd8040 (patch) | |
tree | 9557509f40b9738453f0ce5c7591cc1a65a50c64 /lotuswordpro/source | |
parent | 098242fdf2a2d48dd75c20d2ec9bf80057ae8021 (diff) |
Typo: postion(s)=>position(s)
Change-Id: Id2957f1cb68fc4b2fef9966abeb6745b548bcb75
Diffstat (limited to 'lotuswordpro/source')
-rw-r--r-- | lotuswordpro/source/filter/xfilter/xfdrawobj.hxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/xfilter/xfparastyle.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx b/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx index 9df2831bf380..300b15ca4d43 100644 --- a/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx +++ b/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx @@ -72,7 +72,7 @@ /** * @brief * Base class for all drawing object(ellipse,rect,circle,...). - * I can set Postions,anchor,rotate,text style name here. + * I can set Positions,anchor,rotate,text style name here. * * Drawing objects can be rotated,scaled and skewed, drawing objects must have positions setted, * you can use SetPosition(...). diff --git a/lotuswordpro/source/filter/xfilter/xfparastyle.hxx b/lotuswordpro/source/filter/xfilter/xfparastyle.hxx index 58ce28c93837..8d965df88065 100644 --- a/lotuswordpro/source/filter/xfilter/xfparastyle.hxx +++ b/lotuswordpro/source/filter/xfilter/xfparastyle.hxx @@ -163,7 +163,7 @@ public: void SetLastLineAlign(enumXFAlignType align,bool bJustSingleWord = false); /** - * @descr Set the shadow of the paragraph.there is 4 postions, you + * @descr Set the shadow of the paragraph.there is 4 positions, you can find it in the definition of enumShadowPos. * @param pos * @param offset the distance between the paragraph border and the shadow. |