diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-29 23:38:46 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-05-05 09:21:24 +0200 |
commit | 22a34b3b7a5938bb25b0c6b94097483a4b857ef1 (patch) | |
tree | 28c587011769561570a401109382f6dddcdb56aa /unotest | |
parent | 5fcc7a6b4826d89521a771733b3c00526b4e9388 (diff) |
Fix typos
Change-Id: I156afb90e159b6e13cf304ac8f6ff9274cb2c7ec
Reviewed-on: https://gerrit.libreoffice.org/53641
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 |