From 1edc24e8ef01fb9bc780d268d8dd20bfc42b3110 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 6 Nov 2013 18:38:41 +0100 Subject: more cruft Change-Id: Ia6b975080598a87c5e262374efde9efb186051b1 --- i18nlangtag/source/isolang/langid.pl | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'i18nlangtag/source') diff --git a/i18nlangtag/source/isolang/langid.pl b/i18nlangtag/source/isolang/langid.pl index 2fad0b1c6ea3..4de92184b995 100755 --- a/i18nlangtag/source/isolang/langid.pl +++ b/i18nlangtag/source/isolang/langid.pl @@ -338,13 +338,8 @@ sub main() $modifier . '^\s*case\s*.*' . $grepdef . '.*\s*:', "$SRC_ROOT", "i18nlangtag", "source/isolang/mslangid.cxx", ()); - # With CWS 'langstatusbar' the language listbox resource file gets a new location. - my $module = "svx"; - my $name = "source/dialog/langtab.src"; - if (!(-e "$SRC_ROOT/$module/$name")) { - $module = "svtools"; - $name = "source/misc/langtab.src"; - } + my $module = "svtools"; + my $name = "source/misc/langtab.src"; # < "Afrikaans" ; LANGUAGE_AFRIKAANS ; > ; # lookup define @resultlist = grepFile( -- cgit