summaryrefslogtreecommitdiffstats
path: root/l10ntools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-21 19:40:32 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-21 20:56:59 +0100
commitf9cac2a31dc0c797f35af082072676f3381e718f (patch)
tree533728f823f616d13048632e2b644910f3e74adb /l10ntools
parentWaE: duplicateBranch (diff)
downloadcore-f9cac2a31dc0c797f35af082072676f3381e718f.tar.gz
core-f9cac2a31dc0c797f35af082072676f3381e718f.zip
WaE: duplicateBranch
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/export.cxx6
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();
}