l10ntools/inc/export.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 6757480434b2740622070f05fa07da33b8c28d89 Author: Miklos Vajna <vmik...@suse.cz> Date: Thu Jan 31 11:48:11 2013 +0100 l10ntools: kill RTL_CONSTASCII_STRINGPARAM in defines Change-Id: I7fdd9b6870fbe2c08c05c5dc44f2ff1d7140efd7 diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index 35da167..3e01278 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -62,8 +62,8 @@ typedef boost::unordered_map<rtl::OString, PFormEntrys*, rtl::OStringHash> 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 SOURCE_LANGUAGE "en-US" +#define X_COMMENT "x-comment" #define LIST_REFID "LIST_REFID" typedef OStringHashMap ExportListEntry; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits