diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-12-26 23:12:38 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-01-06 10:57:51 +0100 |
commit | 46d0619b547a0decb6dfa8836d1ad63c90ef2f9a (patch) | |
tree | ccdda1b714df7d305221bd38dca88b8412717f0f /l10ntools/inc | |
parent | 6242f8262f4d7ac15e9fe20da0e8d3475e9f5cf2 (diff) |
Transex3: modify src list localization/merge part
Avoid using numbers to identify the list items because
using numbers can lead to mixed translations. Use the
corresponding string instead.
Remove a hacky solution for mixed translations.
See: 95ea6cb21a7d7f4f163e642ba4b1e165a427a0d1
Change-Id: I6f1d48bf71fe2146f04f53c6b474dd7c0ce98678
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/export.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index 453ec518d072..d28df05798c2 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -160,12 +160,6 @@ private: void CleanValue( OString &rValue ); OString GetText(const OString &rSource, int nToken); - /** - Get all MergeEntrys for the ExportList identified by pResData - Check whether list can merge and load all needed MergeEntry from DataBase. - */ - bool GetAllMergeEntrysOfList(ResData *pResData, std::vector<MergeEntrys*>& o_vMergeEntrys); - void ResData2Output( MergeEntrys *pEntry, sal_uInt16 nType, const OString& rTextType ); void MergeRest( ResData *pResData ); void ConvertMergeContent( OString &rText ); |