diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-26 12:52:26 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-01-27 08:43:06 +0100 |
commit | ba8c04a6fc7d1931b4417af99aa0b45091747d83 (patch) | |
tree | a1de8505be3399485a136af53167515e5b6dbf29 /include/animations | |
parent | 05e4ffc1e67656c2c25caf9e51198127cafe363b (diff) |
Fix typos
Change-Id: I78025acb7e17d894252b19b351eeae7a27fc5e97
Reviewed-on: https://gerrit.libreoffice.org/48685
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'include/animations')
-rw-r--r-- | include/animations/animationnodehelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/animations/animationnodehelper.hxx b/include/animations/animationnodehelper.hxx index 364e0ad0847b..a72233a9d3ba 100644 --- a/include/animations/animationnodehelper.hxx +++ b/include/animations/animationnodehelper.hxx @@ -36,7 +36,7 @@ namespace anim // only a function pointer, and a thin templated wrapper around // that which converts member functions into that. - /** pushes the given node to the given vector and recursivly calls itself for each child node. + /** pushes the given node to the given vector and recursively calls itself for each child node. */ inline void create_deep_vector( const css::uno::Reference< css::animations::XAnimationNode >& xNode, std::vector< css::uno::Reference< css::animations::XAnimationNode > >& rVector ) |