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>
This commit is contained in:
committed by
Julien Nabet
parent
5159967666
commit
04bb20f5ad
@@ -170,7 +170,7 @@ namespace {
|
|||||||
|
|
||||||
struct TypeDescriptor_Init_Impl
|
struct TypeDescriptor_Init_Impl
|
||||||
{
|
{
|
||||||
//sal_Bool bDesctructorCalled;
|
//sal_Bool bDestructorCalled;
|
||||||
// all type description references
|
// all type description references
|
||||||
std::unique_ptr<WeakMap_Impl> pWeakMap;
|
std::unique_ptr<WeakMap_Impl> pWeakMap;
|
||||||
// all type description callbacks
|
// all type description callbacks
|
||||||
|
Reference in New Issue
Block a user