summaryrefslogtreecommitdiff
path: root/l10ntools/source/export.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/export.cxx')
-rw-r--r--l10ntools/source/export.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/l10ntools/source/export.cxx b/l10ntools/source/export.cxx
index 7a3355c126f5..6922df968c6f 100644
--- a/l10ntools/source/export.cxx
+++ b/l10ntools/source/export.cxx
@@ -576,11 +576,6 @@ int Export::Execute( int nToken, const char * pToken )
return 1;
}
}
- else if (( nToken != LISTASSIGNMENT ) && ( nToken != UIENTRIES )){
- // cur. line has macro line end
- ByteString sTmpLine( sToken );
- sTmpLine.EraseAllChars( '\t' ); sTmpLine.EraseAllChars( ' ' );
- }
}
}