i18nlangtag/source/languagetag/languagetag.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit c316097af8a9ec39e1cc520a5045eedda97951df Author: Eike Rathke <[email protected]> Date: Sun Sep 22 00:09:00 2013 +0200 don't copy twice Change-Id: I664f4fed663ee41ae8f5b857401fbc4a24d02ba5 diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx index 82e55e7..7ceb37b 100644 --- a/i18nlangtag/source/languagetag/languagetag.cxx +++ b/i18nlangtag/source/languagetag/languagetag.cxx @@ -415,7 +415,6 @@ LanguageTagImpl& LanguageTagImpl::operator=( const LanguageTagImpl & rLanguageTa maCachedScript = rLanguageTagImpl.maCachedScript; maCachedCountry = rLanguageTagImpl.maCachedCountry; maCachedVariants = rLanguageTagImpl.maCachedVariants; - mpImplLangtag = rLanguageTagImpl.mpImplLangtag; mpImplLangtag = rLanguageTagImpl.mpImplLangtag ? lt_tag_copy( rLanguageTagImpl.mpImplLangtag) : NULL; mnLangID = rLanguageTagImpl.mnLangID; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
