summaryrefslogtreecommitdiff
path: root/l10ntools/inc/gConvSrc.hxx
diff options
context:
space:
mode:
authorjan iversen <jani@documentfoundation.org>2016-03-21 13:38:42 +0100
committerjan iversen <jani@documentfoundation.org>2016-03-22 16:32:19 +0100
commit0d0598fc8f7fffe90b9e14b3825f98770ce1affa (patch)
treeb12f805d0048dde5a993ec84d3618574bc6782f5 /l10ntools/inc/gConvSrc.hxx
parent3ec0b7ed0d2028517afaee5c3ffa0b9f04a68bd2 (diff)
genlang, PO files contain both comment and resource extra
the .ulf ==> .pot keep the x-comment, therefore the memory db is expanded with sResource and sComment. The memory db API is changed to add the 2 new fields, which causes a change in all callers. Change-Id: I38527c8d2db9d56ecf9ae42550ed5420371b658e
Diffstat (limited to 'l10ntools/inc/gConvSrc.hxx')
-rw-r--r--l10ntools/inc/gConvSrc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/gConvSrc.hxx b/l10ntools/inc/gConvSrc.hxx
index 21fa0f497c98..dd41895b4483 100644
--- a/l10ntools/inc/gConvSrc.hxx
+++ b/l10ntools/inc/gConvSrc.hxx
@@ -28,7 +28,7 @@ class convert_src : public convert_gen
bool mbExpectValue;
convert_src(l10nMem& crMemory);
- ~convert_src();
+ ~convert_src() {};
void setValue (char *syyText, char *sbuildValue);
void setLang (char *syyText, bool bEnUs);