summaryrefslogtreecommitdiff
path: root/l10ntools/source/helpmerge.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 20:01:29 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:26 +0100
commit62736c5fb8b68b25d7605a59437bf555902b3d96 (patch)
treed8f54b9899bef255b96e53727bd252027a8db638 /l10ntools/source/helpmerge.cxx
parenteba294468bc5a3147f4b710c91ce3e6374cc694a (diff)
bool improvements
Change-Id: Ifc3b966ce84dfb1f3498d24a09b4f8614abba15c
Diffstat (limited to 'l10ntools/source/helpmerge.cxx')
-rw-r--r--l10ntools/source/helpmerge.cxx2
1 files changed, 1 insertions, 1 deletions
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,