summaryrefslogtreecommitdiff
path: root/l10ntools/inc/helpmerge.hxx
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-09-21 19:27:44 +0200
committerAndras Timar <atimar@suse.com>2011-09-21 20:34:57 +0200
commitb57f55cf23ef11d446330fbbadd18803b5cbcc98 (patch)
treea5c90905e63f5b82862f202b78c5de4803a7629c /l10ntools/inc/helpmerge.hxx
parente6a2e730e8c1b651674531479c4b5dc5c42a7768 (diff)
remove unused (and buggy) language fallback functionality
Fallback to en-US is done in translations module. Fallback to other languages is not supported, but if we ever needed it, it would be easier to solve the problem in a script language instead of C++ in translations module.
Diffstat (limited to 'l10ntools/inc/helpmerge.hxx')
-rw-r--r--l10ntools/inc/helpmerge.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/l10ntools/inc/helpmerge.hxx b/l10ntools/inc/helpmerge.hxx
index 25536244e357..a160b158091b 100644
--- a/l10ntools/inc/helpmerge.hxx
+++ b/l10ntools/inc/helpmerge.hxx
@@ -32,7 +32,6 @@
#include <rtl/ustrbuf.hxx>
#include <rtl/strbuf.hxx>
#include <memory> /* auto_ptr */
-#include "tools/isofallback.hxx"
#define MOVEFILE_REPLACE_EXISTING 0x01
@@ -44,10 +43,6 @@ private:
bool bUTF8;
bool bHasInputList;
-/// Copy fallback language String (ENUS,DE) into position of the numeric language iso code
-/// @PRECOND 0 < langIdx_in < MAX_IDX
- static void FillInFallbacks( LangHashMap& rElem_out, ByteString sLangIdx_in );
-
#if OSL_DEBUG_LEVEL > 2
/// Debugmethod, prints the content of the map to stdout
static void Dump(LangHashMap* rElem_in , const ByteString sKey_in);