diff options
Diffstat (limited to 'l10ntools/inc/helpmerge.hxx')
-rw-r--r-- | l10ntools/inc/helpmerge.hxx | 5 |
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); |