[Libreoffice-commits] core.git: include/comphelper

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 2 05:10:38 UTC 2019


 include/comphelper/sequence.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 25cebc1ad228a5a2e008727cd4d319baf496eddf
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 30 22:26:22 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jul 2 07:09:26 2019 +0200

    Fix typo
    
    Change-Id: Ide36f04f99766bbc6002d86b4a976ab11ffdc906
    Reviewed-on: https://gerrit.libreoffice.org/74974
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/comphelper/sequence.hxx b/include/comphelper/sequence.hxx
index 3c52c4715965..a9cd6f137fd5 100644
--- a/include/comphelper/sequence.hxx
+++ b/include/comphelper/sequence.hxx
@@ -290,7 +290,7 @@ namespace comphelper
         return o_Output;
     }
 
-    /** Copy (keys or values) from a associate container into a Sequence
+    /** Copy (keys or values) from an associate container into a Sequence
 
         @tpl M map container type eg. std::map/std::unordered_map
 


More information about the Libreoffice-commits mailing list