diff options
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx b/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx index 9aee5f52bf63..2603f1607791 100644 --- a/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx +++ b/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx @@ -47,7 +47,7 @@ using namespace com::sun::star; //cppunit calls instantiates a new TextFixture for each test and calls setUp //and tearDown on that for every test in a fixture -//We basically need to call dispose on our root component context context to +//We basically need to call dispose on our root component context to //shut down cleanly in the right order. //But we can't setup and tear down the root component context for |