[Libreoffice-commits] core.git: i18nlangtag/source

Eike Rathke erack at redhat.com
Sat Sep 21 15:09:41 PDT 2013


 i18nlangtag/source/languagetag/languagetag.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit c316097af8a9ec39e1cc520a5045eedda97951df
Author: Eike Rathke <erack at redhat.com>
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;


More information about the Libreoffice-commits mailing list