[Libreoffice-commits] core.git: include/LibreOfficeKit
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 26 21:35:24 UTC 2019
include/LibreOfficeKit/LibreOfficeKit.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ae823e4633a76d13cebc6432b9e44b9b2862326b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jun 26 21:17:25 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jun 26 23:34:24 2019 +0200
Fix typos
Change-Id: I8163ad2712522e79d236a3e682b2bbce79dc16e7
Reviewed-on: https://gerrit.libreoffice.org/74760
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx b/include/LibreOfficeKit/LibreOfficeKit.hxx
index 70fdab298e86..d1a3106b7d6b 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.hxx
+++ b/include/LibreOfficeKit/LibreOfficeKit.hxx
@@ -386,7 +386,7 @@ public:
/**
* Returns a json mapping of the possible values for the given command
* e.g. {commandName: ".uno:StyleApply", commandValues: {"familyName1" : ["list of style names in the family1"], etc.}}
- * @param pCommand a uno command for which the possible values are requested
+ * @param pCommand a UNO command for which the possible values are requested
* @return {commandName: unoCmd, commandValues: {possible_values}}
*/
char* getCommandValues(const char* pCommand)
@@ -626,7 +626,7 @@ public:
/**
* Gets an image of the selected shapes.
* @param pOutput contains the result; use free to deallocate.
- * @return the size ouf *pOutput in bytes.
+ * @return the size of *pOutput in bytes.
*/
size_t renderShapeSelection(char** pOutput)
{
More information about the Libreoffice-commits
mailing list