diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-12-17 11:20:03 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-12-18 07:04:15 +0100 |
commit | 80d44971b6e857a40f2716645fb22b84ac15deef (patch) | |
tree | ec3cde0c236a7e3eda2539bf6f391918c21ef198 /lotuswordpro/inc | |
parent | c49ea4f3155dcb3538c81734e911eb2910570553 (diff) |
Fix typo
Change-Id: Ifdeeb0b5d8e07af3d38f57a70d6ac334dfc30d37
Reviewed-on: https://gerrit.libreoffice.org/65209
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'lotuswordpro/inc')
-rw-r--r-- | lotuswordpro/inc/xfilter/xfcellstyle.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/inc/xfilter/xfcellstyle.hxx b/lotuswordpro/inc/xfilter/xfcellstyle.hxx index 8e0fc8c5dd7a..ff081b58a97c 100644 --- a/lotuswordpro/inc/xfilter/xfcellstyle.hxx +++ b/lotuswordpro/inc/xfilter/xfcellstyle.hxx @@ -108,10 +108,10 @@ public: void SetAlignType(enumXFAlignType hori, enumXFAlignType vert); /** - * @descr: The borders is complex,so you have to create one before use. - Very few paragraphs will readly have borders property,this way + * @descr: The borders are complex, so you have to create one before use. + Very few paragraphs will already have borders property, this way we can save much memory. - * @param: pBorders borders of the paragraph,please reference the XFBorders. + * @param: pBorders borders of the paragraph, please reference the XFBorders. */ void SetBorders(XFBorders *pBorders); |