diff options
Diffstat (limited to 'l10ntools/source/propmerge.cxx')
-rw-r--r-- | l10ntools/source/propmerge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/propmerge.cxx b/l10ntools/source/propmerge.cxx index ee715f75570c..72070fbaaa19 100644 --- a/l10ntools/source/propmerge.cxx +++ b/l10ntools/source/propmerge.cxx @@ -191,7 +191,7 @@ void PropParser::Merge( const OString &rMergeSrc, const OString &rDestinationFil if( !sLine.startsWith(" *") && !sLine.startsWith("/*") && nEqualSign != -1 ) { - const OString sID( sLine.copy( 0, sLine.indexOf("=") ).trim() ); + const OString sID( sLine.copy( 0, sLine.indexOf('=') ).trim() ); ResData aResData( sID, m_sSource ); aResData.sResTyp = "property"; OString sNewText; |