l10ntools/source/lngmerge.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 8287da2fbc09882893642b7a6e3ca555b2b956b3
Author: Zolnai Tamás <zolnaitamas2...@gmail.com>
Date:   Sat Apr 13 09:04:59 2013 +0200

    KeyId do not contain special chars so ulfex can use it again
    
    Change-Id: Icfb581ac2771df39c71ad12f94dba5d51f3c4ec5

diff --git a/l10ntools/source/lngmerge.cxx b/l10ntools/source/lngmerge.cxx
index 27c7d5d..98049f5 100644
--- a/l10ntools/source/lngmerge.cxx
+++ b/l10ntools/source/lngmerge.cxx
@@ -247,8 +247,6 @@ sal_Bool LngParser::Merge(
                         {
                             OString sNewText;
                             pEntrys->GetText( sNewText, STRING_TYP_TEXT, 
sLang, sal_True );
-                            if( sLang == "qtz" )
-                                sNewText = sNewText.copy(sNewText.indexOf("|") 
+ 2);
 
                             if ( !sNewText.isEmpty()) {
                                 OString *pLine = (*pLines)[ nPos ];
@@ -285,8 +283,6 @@ sal_Bool LngParser::Merge(
 
                     OString sNewText;
                     pEntrys->GetText( sNewText, STRING_TYP_TEXT, sCur, 
sal_True );
-                    if( sCur == "qtz" )
-                        sNewText = sNewText.copy(sNewText.indexOf("|") + 2);
                     if ( !sNewText.isEmpty() && sCur != "x-comment")
                     {
                         OString sLine;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to