Hi,

Working with localization tools I recognized some wrong codes, which prevent localization from perfect working. I solved some(see patch), but remained one which not so simply. In /help/helpcontent2/source/text/swriter/guide/using_hyphen.xhp at the 96. line, there is a localization component without id, exactly with id="". This is the only one in whole source, so it must be a mistake.

Regards,
Zolnai Tamás
>From 9da6db3d8f951550af4fa9206257b24be1d1ab87 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zolnai=20Tam=C3=A1s?= <zolniata...@caesar.elte.hu>
Date: Wed, 22 Aug 2012 16:18:35 +0200
Subject: [PATCH] Some cleanup for better localization

First: localization tool can not recognize id because 
of empty line between id and its definition 
Second: same problem because of comment between type and id

Change-Id: If42af406fab252ccae0a6bbc478bab8130210b21
---
 svx/source/tbxctrls/tbcontrl.src           |    2 +-
 sw/source/ui/dbui/mailmergechildwindow.src |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/svx/source/tbxctrls/tbcontrl.src b/svx/source/tbxctrls/tbcontrl.src
index a944544..85b9d43 100644
--- a/svx/source/tbxctrls/tbcontrl.src
+++ b/svx/source/tbxctrls/tbcontrl.src
@@ -58,8 +58,8 @@ String RID_SVXSTR_TRANSPARENT
 {
     Text [ en-US ] = "No Fill" ;
 };
-String RID_SVXSTR_FILLPATTERN
 
+String RID_SVXSTR_FILLPATTERN
 {
     Text [ en-US ] = "Pattern" ;
 };
diff --git a/sw/source/ui/dbui/mailmergechildwindow.src b/sw/source/ui/dbui/mailmergechildwindow.src
index d74713c..304f695 100644
--- a/sw/source/ui/dbui/mailmergechildwindow.src
+++ b/sw/source/ui/dbui/mailmergechildwindow.src
@@ -79,7 +79,7 @@ FloatingWindow DLG_MAILMERGECHILD\
 };
 
 //FloatingWindow DLG_MM_SENDMAILS
-ModelessDialog /*ModalDialog*/ DLG_MM_SENDMAILS
+ModelessDialog DLG_MM_SENDMAILS
 {
     OutputSize = TRUE ;
     SVLook = TRUE ;
-- 
1.7.7

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to