summaryrefslogtreecommitdiff
path: root/l10ntools/source/gConvSrc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/gConvSrc.cxx')
-rw-r--r--l10ntools/source/gConvSrc.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/l10ntools/source/gConvSrc.cxx b/l10ntools/source/gConvSrc.cxx
index a6dbe2f9b087..d73bd4d137c6 100644
--- a/l10ntools/source/gConvSrc.cxx
+++ b/l10ntools/source/gConvSrc.cxx
@@ -39,9 +39,9 @@ convert_src::convert_src(l10nMem& crMemory)
mbValuePresent(false),
mbInList(false),
mbInListItem(false)
-{}
-convert_src::~convert_src()
-{}
+{
+}
+
extern int srclex(void);
@@ -176,7 +176,7 @@ void convert_src::setNL(char *syyText, bool bMacro)
sKey += "." + msCmd + "." + msTextName;
if (msValue.size() && msValue != "-") {
- mcMemory.setSourceKey(miLineNo, msSourceFile, sKey, msValue, mbMergeMode);
+ mcMemory.setSourceKey(miLineNo, msSourceFile, sKey, msValue, "", "", mbMergeMode);
if (mbMergeMode)
insertLanguagePart(sKey, msTextName);
}