summaryrefslogtreecommitdiff
path: root/l10ntools/source/propmerge.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/propmerge.cxx')
-rw-r--r--l10ntools/source/propmerge.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/propmerge.cxx b/l10ntools/source/propmerge.cxx
index 72affe367d6d..386fa43f56ff 100644
--- a/l10ntools/source/propmerge.cxx
+++ b/l10ntools/source/propmerge.cxx
@@ -189,9 +189,9 @@ void PropParser::Merge( const OString &rMergeSrc, const OString &rDestinationFil
nEqualSign != -1 )
{
const OString sID( sLine.copy( 0, sLine.indexOf("=") ).trim() );
- ResData aResData( "", sID , m_sSource );
+ ResData aResData( sID, m_sSource );
aResData.sResTyp = "property";
- PFormEntrys* pEntrys = aMergeDataFile.GetPFormEntrys( &aResData );
+ MergeEntrys* pEntrys = aMergeDataFile.GetMergeEntrys( &aResData );
if( pEntrys )
{
OString sNewText;