diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 19:40:32 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 20:56:59 +0100 |
commit | f9cac2a31dc0c797f35af082072676f3381e718f (patch) | |
tree | 533728f823f616d13048632e2b644910f3e74adb /l10ntools | |
parent | 4e83223da4b960e25a8afd818e8622ab12aa0d60 (diff) |
WaE: duplicateBranch
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/export.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/l10ntools/source/export.cxx b/l10ntools/source/export.cxx index 3c0bff9dff28..60c4a7388b6f 100644 --- a/l10ntools/source/export.cxx +++ b/l10ntools/source/export.cxx @@ -1271,11 +1271,7 @@ void Export::InsertListEntry(const rtl::OString &rText, const rtl::OString &rLin (*pCurEntry)[ m_sListLang ] = rText; if ( Export::isSourceLanguage( m_sListLang ) ) { - if( nList == LIST_PAIRED ){ - (*pCurEntry)[ SOURCE_LANGUAGE ] = rLine; - } - else - (*pCurEntry)[ SOURCE_LANGUAGE ] = rLine; + (*pCurEntry)[ SOURCE_LANGUAGE ] = rLine; pList->NewSourceLanguageListEntry(); } |