diff options
-rw-r--r-- | unotest/source/cpp/bootstrapfixturebase.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/unotest/source/cpp/bootstrapfixturebase.cxx b/unotest/source/cpp/bootstrapfixturebase.cxx index 5748e338737b..3fccdf12ad56 100644 --- a/unotest/source/cpp/bootstrapfixturebase.cxx +++ b/unotest/source/cpp/bootstrapfixturebase.cxx @@ -27,22 +27,16 @@ * instead of those above. */ #include <unotest/bootstrapfixturebase.hxx> -#include <tools/errinf.hxx> #include <rtl/strbuf.hxx> #include <rtl/bootstrap.hxx> #include <cppuhelper/bootstrap.hxx> #include <ucbhelper/contentbroker.hxx> #include <comphelper/processfactory.hxx> -#include <i18npool/mslangid.hxx> #include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <vcl/svapp.hxx> -#include <tools/resmgr.hxx> -#include <unotools/syslocaleoptions.hxx> - using namespace ::com::sun::star; // NB. this constructor is called before any tests are run, once for each |