summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx b/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx
index 12d4abf1f1c3..553bcb970888 100644
--- a/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx
+++ b/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx
@@ -48,10 +48,10 @@ 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
//shut down cleanly in the right order.
-//
+
//But we can't setup and tear down the root component context for
//every test because all the uno singletons will be invalid after
//the first dispose. So lets setup the default context once before