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 /desktop/source/app/langselect.cxx | |
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 'desktop/source/app/langselect.cxx')
-rw-r--r-- | desktop/source/app/langselect.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/app/langselect.cxx b/desktop/source/app/langselect.cxx index 085e0a74a1d0..e25449390e0b 100644 --- a/desktop/source/app/langselect.cxx +++ b/desktop/source/app/langselect.cxx @@ -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> |