summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-10-05 13:14:03 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-10-05 13:26:10 -0500
commit39c8834d21488d596b1e609402320ad24133c21d (patch)
treec2ea26be42e38722bf188213c2dc8d431e7ac681
parent276a051ef5dc144a202633779259a4ecd43c81a8 (diff)
coverity#1209004 Unchecked return value
Change-Id: I8749a5d6f176406e181312d94a1e643974d87617
-rw-r--r--scripting/source/stringresource/stringresource.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/stringresource/stringresource.cxx b/scripting/source/stringresource/stringresource.cxx
index b38ddc638b18..0e3bfce52416 100644
--- a/scripting/source/stringresource/stringresource.cxx
+++ b/scripting/source/stringresource/stringresource.cxx
@@ -356,7 +356,7 @@ void StringResourceImpl::implSetCurrentLocale( const Locale& locale,
if( pLocaleItem != NULL )
{
- loadLocale( pLocaleItem );
+ (void)loadLocale( pLocaleItem );
m_pCurrentLocaleItem = pLocaleItem;
// Only notify without modifying