diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-15 17:35:40 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-15 19:08:27 +0200 |
commit | 04bb20f5ad182fd1aa8a4e2e7f569043be8405c1 (patch) | |
tree | e1d113b8386a9e2eb6a81fba5495c38260ad0b9d /cppu | |
parent | 51599676667b2b6e81e51fc321a19033a3094773 (diff) |
Fix typo
bDesctructorCalled doesn't exist in the code anymore.
I guess we can delete the comment.
Change-Id: I551efe2298422e5139f1dd07a6b3bf4728763026
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100774
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/typelib/typelib.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx index 8b8f7d1b32f1..587f3c6e6405 100644 --- a/cppu/source/typelib/typelib.cxx +++ b/cppu/source/typelib/typelib.cxx @@ -170,7 +170,7 @@ namespace { struct TypeDescriptor_Init_Impl { - //sal_Bool bDesctructorCalled; + //sal_Bool bDestructorCalled; // all type description references std::unique_ptr<WeakMap_Impl> pWeakMap; // all type description callbacks |