summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-04-14 14:22:13 +0200
committerAndras Timar <atimar@suse.com>2012-04-14 14:24:06 +0200
commit3f00358bfdad0a18fe053c3d154f74e3aa6afba9 (patch)
tree4808b98f8d68068a75c8d5cc8bc2d1cabdece95b /l10ntools/inc
parentaf0e727b5dfcdea0555748e7e6415d70fe7665a9 (diff)
export x-comments to sdf file into the 'helptext' field
helptext field has not been in use for a while, so we can use that to hold the x-comment
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/export.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index 760a7454fb46..bf1809bfb54e 100644
--- a/l10ntools/inc/export.hxx
+++ b/l10ntools/inc/export.hxx
@@ -72,6 +72,7 @@ typedef boost::unordered_map<rtl::OString, MergeData*, rtl::OStringHash>
MergeDataHashMap;
#define SOURCE_LANGUAGE rtl::OString(RTL_CONSTASCII_STRINGPARAM("en-US"))
+#define X_COMMENT rtl::OString(RTL_CONSTASCII_STRINGPARAM("x-comment"))
#define LIST_REFID "LIST_REFID"
typedef OStringHashMap ExportListEntry;