diff options
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/implementationregistration/implreg.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stoc/source/implementationregistration/implreg.cxx b/stoc/source/implementationregistration/implreg.cxx index 7acd1494f717..e7d904ee83be 100644 --- a/stoc/source/implementationregistration/implreg.cxx +++ b/stoc/source/implementationregistration/implreg.cxx @@ -565,7 +565,6 @@ static void deleteUserLink(const Reference < XRegistryKey >& xRootKey, if (hasNoImplementations) { bClean = true; - hasNoImplementations = false; OUString path(xOldKey->getKeyName()); xOldKey->closeKey(); xRootKey->deleteKey(path); |