desktop/source/deployment/registry/package/dp_package.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fdfde111d014703799f3e997501fbc1cd14e638f Author: Andrea Gelmini <[email protected]> AuthorDate: Wed May 8 10:13:09 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Mon May 13 21:11:07 2019 +0200 Fix typo Change-Id: I130839cbd400aad3f9f0691652df19e680346481 Reviewed-on: https://gerrit.libreoffice.org/72252 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/desktop/source/deployment/registry/package/dp_package.cxx b/desktop/source/deployment/registry/package/dp_package.cxx index 5e16ef6b862a..e5167eaf6631 100644 --- a/desktop/source/deployment/registry/package/dp_package.cxx +++ b/desktop/source/deployment/registry/package/dp_package.cxx @@ -95,7 +95,7 @@ class BackendImpl : public ImplBaseT class PackageImpl : public ::dp_registry::backend::Package { BackendImpl * getMyBackend() const; - /** constains the old tooltip description for the Extension Manager GUI in OOo v.2.x + /** contains the old tooltip description for the Extension Manager GUI in OOo v.2.x We keep it for backward compatibility. */ OUString m_oldDescription; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
