diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-13 13:58:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-15 12:18:44 +0100 |
commit | a5aef9544429319cd0c0cfa0631571c8a46ae70f (patch) | |
tree | fe397f41e053a98175c7f0cbc14ad10d6596825f /unotest/source | |
parent | db5a5ffa82f835c81cf9a411d24f4cb0b1bb8fa5 (diff) |
now drop not available yet includes
Diffstat (limited to 'unotest/source')
-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 |