eradicate all traces of OLocale and rtl/locale.hxx

... damn language tags breaking builds left and right ...

Change-Id: I73224cb3fb2bb98779fdcace700cad2a4fb7cd0e
This commit is contained in:
Michael Stahl 2012-11-30 20:45:29 +01:00
parent 2cb8883cfd
commit f36aec4283
4 changed files with 0 additions and 16 deletions

View file

@ -40,7 +40,6 @@
#include <com/sun/star/lang/XLocalizable.hpp>
#include <com/sun/star/lang/Locale.hpp>
#include "com/sun/star/util/XFlushable.hpp"
#include <rtl/locale.hxx>
#include <rtl/instance.hxx>
#include <osl/process.h>
#include <osl/file.hxx>

View file

@ -48,18 +48,6 @@ public:
{
}
// insert your test code here.
void getDefault_000()
{
// this is demonstration code
// CPPUNIT_ASSERT_MESSAGE("a message", 1 == 1);
// due to the fact, we set the default locale at first, this test is no longer possible
// ::rtl::OLocale aLocale = ::rtl::OLocale::getDefault();
// CPPUNIT_ASSERT_MESSAGE("locale must be null", aLocale.getData() == NULL);
}
void getDefault_001()
{
rtl_Locale* pData = rtl_locale_getDefault();
@ -71,7 +59,6 @@ public:
// because these macros are need by auto register mechanism.
CPPUNIT_TEST_SUITE(getDefault);
CPPUNIT_TEST(getDefault_000);
CPPUNIT_TEST(getDefault_001);
CPPUNIT_TEST_SUITE_END();
}; // class getDefault

View file

@ -87,7 +87,6 @@ using namespace psp;
#include "osl/process.h"
#include "rtl/ustrbuf.hxx"
#include "rtl/locale.hxx"
#include "sal/alloca.h"

View file

@ -19,7 +19,6 @@
#include <rtl/ustring.hxx>
#include <rtl/bootstrap.hxx>
#include <rtl/locale.hxx>
#include <osl/process.h>
#include <tools/urlobj.hxx>
#include <tools/stream.hxx>