summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-10-07 11:12:13 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-10-07 11:42:26 +0200
commitfcb96565f08c0a9a6042a96c74955f48b6160c13 (patch)
treea4ac85d6fb98d68279069a8b6fa68fdc45a89fc2
parent751a89b9d120eccc6c4b53e3b398149f29c79ed9 (diff)
Fix typo
Change-Id: Ice72d00eb402a291f9a9e262a582493e316864fc Reviewed-on: https://gerrit.libreoffice.org/80358 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/vcl/weld.hxx2
1 files changed, 1 insertions, 1 deletions
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; }