[Libreoffice-commits] core.git: i18nlangtag/source
Tor Lillqvist
tml at iki.fi
Sat Aug 31 14:56:21 PDT 2013
i18nlangtag/source/languagetag/simple-langtag.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d6b4644da2c74500aa5ddfe69c36fc1f987bce0d
Author: Tor Lillqvist <tml at iki.fi>
Date: Sun Sep 1 00:54:52 2013 +0300
WaE: control may reach end of non-void function
Change-Id: I0363770dab815f3623af882cab56f68f27ac38fc
diff --git a/i18nlangtag/source/languagetag/simple-langtag.cxx b/i18nlangtag/source/languagetag/simple-langtag.cxx
index a9588ea..7693c3a 100644
--- a/i18nlangtag/source/languagetag/simple-langtag.cxx
+++ b/i18nlangtag/source/languagetag/simple-langtag.cxx
@@ -238,6 +238,7 @@ struct my_t_list : public my_t_impl
lt_list_t* pList = my_copyList( r.mpList);
my_unrefList( mpList);
mpList = pList;
+ return *this;
}
virtual void append( const char* str, const char* stop )
{
More information about the Libreoffice-commits
mailing list