diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:46:50 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:40 +0200 |
commit | 75f5d9d21401d16698eac2c5d092ae83970c0a99 (patch) | |
tree | 5f624f5f7da8dd18b3cbae3de060f309d396b9d8 /lotuswordpro/source | |
parent | 574ad3aa020fd872209c67a6a549ed70e5257d0f (diff) |
typo: postion -> position
Diffstat (limited to 'lotuswordpro/source')
-rw-r--r-- | lotuswordpro/source/filter/xfilter/xfframe.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfframe.hxx b/lotuswordpro/source/filter/xfilter/xfframe.hxx index caef4cedb73b..2741f826edc0 100644 --- a/lotuswordpro/source/filter/xfilter/xfframe.hxx +++ b/lotuswordpro/source/filter/xfilter/xfframe.hxx @@ -73,7 +73,7 @@ * @brief * Base class for all frame object,include drawing,image,text-box. * - * Use SetX(),SetY(),SetWidth(),SetHeight() to set postion for the frame. + * Use SetX(),SetY(),SetWidth(),SetHeight() to set position for the frame. * Only if you set anchor type to enumXFAnchorPage, the SetAnchorPage functions. */ class XFFrame : public XFContentContainer |