desktop/source/migration/migration_impl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 87580f6a49f2299971a7cb7f5a3a90415ad8b24b Author: Andrea Gelmini <[email protected]> AuthorDate: Wed May 8 10:13:05 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Tue May 14 07:07:06 2019 +0200 Fix typo Change-Id: Ied41845bd6c2e42e14a16c72c1e7d3a527502375 Reviewed-on: https://gerrit.libreoffice.org/72261 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/desktop/source/migration/migration_impl.hxx b/desktop/source/migration/migration_impl.hxx index f065ab1b5f39..c4eb5ed8f07d 100644 --- a/desktop/source/migration/migration_impl.hxx +++ b/desktop/source/migration/migration_impl.hxx @@ -81,7 +81,7 @@ inline bool areBothOpenFrom(OUString const & cmd1, OUString const & cmd2) /** define the item, e.g.:menuitem, toolbaritem, to be migrated. we keep the information - of the command URL, the previous sibling node and the parent node of a item + of the command URL, the previous sibling node and the parent node of an item */ struct MigrationItem { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
