diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-11-30 20:45:29 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-30 20:49:12 +0100 |
commit | f36aec428390eb7145a466e9773e04271038247d (patch) | |
tree | 1559f7cb3cdf87e519db3f83bb095d332afb3a7b /vcl | |
parent | 2cb8883cfd1c6ffe293497f064f90f76d12eff32 (diff) |
eradicate all traces of OLocale and rtl/locale.hxx
... damn language tags breaking builds left and right ...
Change-Id: I73224cb3fb2bb98779fdcace700cad2a4fb7cd0e
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/generic/fontmanager/fontconfig.cxx | 1 | ||||
-rw-r--r-- | vcl/source/app/brand.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/vcl/generic/fontmanager/fontconfig.cxx b/vcl/generic/fontmanager/fontconfig.cxx index 86c4ff53e956..b707b78c400a 100644 --- a/vcl/generic/fontmanager/fontconfig.cxx +++ b/vcl/generic/fontmanager/fontconfig.cxx @@ -87,7 +87,6 @@ using namespace psp; #include "osl/process.h" #include "rtl/ustrbuf.hxx" -#include "rtl/locale.hxx" #include "sal/alloca.h" diff --git a/vcl/source/app/brand.cxx b/vcl/source/app/brand.cxx index 74d55104e62c..33b8bddcbc1a 100644 --- a/vcl/source/app/brand.cxx +++ b/vcl/source/app/brand.cxx @@ -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> |