[Libreoffice-commits] core.git: lotuswordpro/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Dec 18 06:04:37 UTC 2018
lotuswordpro/inc/xfilter/xfcellstyle.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 80d44971b6e857a40f2716645fb22b84ac15deef
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Dec 17 11:20:03 2018 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Dec 18 07:04:15 2018 +0100
Fix typo
Change-Id: Ifdeeb0b5d8e07af3d38f57a70d6ac334dfc30d37
Reviewed-on: https://gerrit.libreoffice.org/65209
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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);
More information about the Libreoffice-commits
mailing list