include/tools/weakbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bcf8868e031f916473f13bcd1a0835c74cb05de5 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Aug 19 18:04:17 2020 +0200 Commit: Andrea Gelmini <andrea.gelm...@gelma.net> CommitDate: Thu Aug 20 09:39:03 2020 +0200 Fix typo in comment Change-Id: Iacc4791157674fde0c2b76b024a7deceb2159e46 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101011 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Andrea Gelmini <andrea.gelm...@gelma.net> diff --git a/include/tools/weakbase.h b/include/tools/weakbase.h index 86f3c24d8c24..f5a79e635b25 100644 --- a/include/tools/weakbase.h +++ b/include/tools/weakbase.h @@ -43,7 +43,7 @@ { tools::WeakReference< ImplClass > mxWeakRef; - UserClass( ImplClass* pOjbect ) : mxWeakRef( pObject ) {} + UserClass( ImplClass* pObject ) : mxWeakRef( pObject ) {} DoSomething() { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits