diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-13 23:11:42 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-14 07:36:27 +0200 |
commit | e9897b670a129b5ac4c602bc0727de59a2a529c4 (patch) | |
tree | 58b12bdd2981e50f2ff9a6a24904df85ad5cca0b /sfx2/inc | |
parent | f3559bd58efff190a7b3d02445b75d2bd04a47c1 (diff) |
Fix typo
Change-Id: I84170be79725bca9bfd29bd25fdd299af8f56577
Reviewed-on: https://gerrit.libreoffice.org/73989
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/autoredactdialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/autoredactdialog.hxx b/sfx2/inc/autoredactdialog.hxx index bab00cf536a3..3b6b45c99032 100644 --- a/sfx2/inc/autoredactdialog.hxx +++ b/sfx2/inc/autoredactdialog.hxx @@ -141,7 +141,7 @@ public: /** Literally moves targets into the given vector. * At the end of the operation, m_aTableTargets vector becomes empty. * The contents of the given vector will be erased before being filled in. - * Returns true if successfull. + * Returns true if successful. */ bool moveTargets(std::vector<std::pair<RedactionTarget*, OUString>>& r_aTargets); |