From 62736c5fb8b68b25d7605a59437bf555902b3d96 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 28 Jan 2014 20:01:29 +0100 Subject: bool improvements Change-Id: Ifc3b966ce84dfb1f3498d24a09b4f8614abba15c --- l10ntools/source/helpmerge.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l10ntools/source/helpmerge.cxx') diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx index a8fa684ab443..41bcf93b62cf 100644 --- a/l10ntools/source/helpmerge.cxx +++ b/l10ntools/source/helpmerge.cxx @@ -138,7 +138,7 @@ bool HelpParser::CreatePO( } aPoOutput.close(); - return sal_True; + return true; } bool HelpParser::Merge( const OString &rPOFile, const OString &rDestinationFile, -- cgit