diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-08 10:44:42 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-07-09 04:55:43 +0200 |
commit | 570119ac367880799291cefe10dc12c12165bfc1 (patch) | |
tree | 25c17a8d44241ece548cdaaecc63b0449ebbcb7d /include/editeng | |
parent | 70c1499a42a65e3bd1f90b76b3d366414dc96c08 (diff) |
Fix typo
Change-Id: I03ab598b2d1e0b5c5969e8bb9e2700c6ada8864a
Reviewed-on: https://gerrit.libreoffice.org/75269
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/unoedhlp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/unoedhlp.hxx b/include/editeng/unoedhlp.hxx index 45f51e9b38e6..fdb4f910ac4a 100644 --- a/include/editeng/unoedhlp.hxx +++ b/include/editeng/unoedhlp.hxx @@ -63,7 +63,7 @@ public: /** Translates EditEngine notifications into broadcastable hints @param aNotify - Notification object send by the EditEngine. + Notification object sent by the EditEngine. @return the translated hint */ |