summaryrefslogtreecommitdiff
path: root/l10ntools/source/stringmerge.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/stringmerge.cxx')
-rw-r--r--l10ntools/source/stringmerge.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10ntools/source/stringmerge.cxx b/l10ntools/source/stringmerge.cxx
index bc2057aae1ab..40fe6c2439ce 100644
--- a/l10ntools/source/stringmerge.cxx
+++ b/l10ntools/source/stringmerge.cxx
@@ -122,12 +122,12 @@ void StringParser::Merge(
{
xmlChar* pID = xmlGetProp(pCurrent, (const xmlChar*)("name"));
ResData aResData(
- "", helper::xmlStrToOString( pID ),
+ helper::xmlStrToOString( pID ),
static_cast<OString>(m_pSource->name) );
xmlFree( pID );
aResData.sResTyp = "string";
- PFormEntrys* pEntrys =
- (&aMergeDataFile)->GetPFormEntrys( &aResData );
+ MergeEntrys* pEntrys =
+ (&aMergeDataFile)->GetMergeEntrys( &aResData );
if( pEntrys )
{
OString sNewText;