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

New commits:
commit fcb96565f08c0a9a6042a96c74955f48b6160c13
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Oct 7 11:12:13 2019 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Oct 7 11:42:26 2019 +0200

    Fix typo
    
    Change-Id: Ice72d00eb402a291f9a9e262a582493e316864fc
    Reviewed-on: https://gerrit.libreoffice.org/80358
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index 197eaaca79b7..5559833799fc 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -729,7 +729,7 @@ public:
     /* A row is "activated" when the user double clicks a treeview row. It may
        also be emitted when a row is selected and Space or Enter is pressed.
 
-       a return of "true" means the activation has been handled, a "false" 
propogates
+       a return of "true" means the activation has been handled, a "false" 
propagates
        the activation to the default handler which expands/collapses the row, 
if possible.
     */
     void connect_row_activated(const Link<TreeView&, bool>& rLink) { 
m_aRowActivatedHdl = rLink; }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to