[Libreoffice-commits] core.git: include/osl
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jul 14 20:33:08 UTC 2019
include/osl/profile.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 9896425ff4db1f368ee5dbaa88d23cbd05f3edce
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jul 11 22:25:18 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jul 14 22:32:15 2019 +0200
Fix typo
Change-Id: I0444435d86014891462adababc8de5ccb06fa6cd
Reviewed-on: https://gerrit.libreoffice.org/75591
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/osl/profile.hxx b/include/osl/profile.hxx
index 48b6b8c861f4..e369dce9ee1f 100644
--- a/include/osl/profile.hxx
+++ b/include/osl/profile.hxx
@@ -147,7 +147,7 @@ namespace osl {
/** Get all entries belonging to the specified section.
@param rSection Name of the section.
- @return Pointer to a array of pointers.
+ @return Pointer to an array of pointers.
*/
std::list< rtl::OString > getSectionEntries(const rtl::OString& rSection )
{
@@ -169,7 +169,7 @@ namespace osl {
}
/** Get all section entries
- @return Pointer to a array of pointers.
+ @return Pointer to an array of pointers.
*/
std::list< rtl::OString > getSections()
{
More information about the Libreoffice-commits
mailing list