From 80d44971b6e857a40f2716645fb22b84ac15deef Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 17 Dec 2018 11:20:03 +0000 Subject: Fix typo Change-Id: Ifdeeb0b5d8e07af3d38f57a70d6ac334dfc30d37 Reviewed-on: https://gerrit.libreoffice.org/65209 Tested-by: Jenkins Reviewed-by: Julien Nabet --- lotuswordpro/inc/xfilter/xfcellstyle.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lotuswordpro') 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); -- cgit