summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-29 21:54:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-30 13:18:36 +0000
commitecb2ce035a25ffd8a536f025aac99e359eeac910 (patch)
tree86f14c46fb43657d382abc12eb5e155df4701396 /l10ntools
parent7ff0a5b0e47923e7f010db5b6998c0df4b73894e (diff)
unused test string
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/merge.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/l10ntools/source/merge.cxx b/l10ntools/source/merge.cxx
index 7fe05a5d0597..5a3c1158e2e8 100644
--- a/l10ntools/source/merge.cxx
+++ b/l10ntools/source/merge.cxx
@@ -66,7 +66,6 @@ sal_Bool PFormEntrys::GetTransex3Text( ByteString &rReturn,
sal_uInt16 nTyp, const ByteString &nLangIndex, sal_Bool bDel )
{
sal_Bool rc = GetText( rReturn , nTyp , nLangIndex , bDel );
- ByteString test( rReturn );
for( sal_uInt16 idx = 0; idx < rReturn.Len(); idx++ )
{
if( rReturn.GetChar( idx ) == '\"' && ( idx >= 1 ) && rReturn.GetChar( idx-1 ) == '\\' )
@@ -74,8 +73,6 @@ sal_Bool PFormEntrys::GetTransex3Text( ByteString &rReturn,
rReturn.Erase( idx-1 , 1 );
}
}
- //if( !rReturn.Equals( test ) )
- // printf("*CHANGED******************\n%s\n%s\n",test.GetBuffer(),rReturn.GetBuffer());
return rc;
}
/*****************************************************************************/