diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-19 18:04:17 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-20 09:39:03 +0200 |
commit | bcf8868e031f916473f13bcd1a0835c74cb05de5 (patch) | |
tree | 389bdb9b4ecb10e75706acc4880618d5af3265b3 /include/tools | |
parent | 7b83a28f1eb7d0687d07cfaaf8cfaaf9a8eea8c1 (diff) |
Fix typo in comment
Change-Id: Iacc4791157674fde0c2b76b024a7deceb2159e46
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101011
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/weakbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |