From 04bb20f5ad182fd1aa8a4e2e7f569043be8405c1 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 15 Aug 2020 17:35:40 +0200 Subject: 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 --- cppu/source/typelib/typelib.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppu/source') 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 pWeakMap; // all type description callbacks -- cgit