diff options
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/source/python/org/libreoffice/unittest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotest/source/python/org/libreoffice/unittest.py b/unotest/source/python/org/libreoffice/unittest.py index 364462ed3827..f6f93080b47e 100644 --- a/unotest/source/python/org/libreoffice/unittest.py +++ b/unotest/source/python/org/libreoffice/unittest.py @@ -16,7 +16,7 @@ class LoTestResult(unittest.TextTestResult): # HACK calling gc.collect() to get rid of as many still existing UNO proxies to # SwXTextDocument and friends as possible; those C++ classes' dtors call # Application::GetSolarMutex via sw::UnoImplPtrDeleter, so the dtors must be called before - # DeInitVCL in the call to pyuno.private_deinitTestEnvironment(); any remainging proxies + # DeInitVCL in the call to pyuno.private_deinitTestEnvironment(); any remaining proxies # that are still referenced (UnoInProcess' self.xDoc in # unotest/source/python/org/libreoffice/unotest.py, or per-class variables in the various # PythonTests) need to be individually released (each marked as "HACK" in the code): |