[Libreoffice-commits] .: l10ntools/source

Michael Meeks michael at kemper.freedesktop.org
Fri Nov 4 03:14:33 PDT 2011


 l10ntools/source/filter/merge/Merger.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7242bf3eece5a81d031013389b24085ce685f921
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Fri Nov 4 10:13:32 2011 +0000

    quiet normally incorrect empty fragments warning cluttering tinderbox output

diff --git a/l10ntools/source/filter/merge/Merger.java b/l10ntools/source/filter/merge/Merger.java
index 3125732..df60f49 100644
--- a/l10ntools/source/filter/merge/Merger.java
+++ b/l10ntools/source/filter/merge/Merger.java
@@ -297,7 +297,7 @@ public class Merger
     {
         if (lFragments.size()<1)
         {
-            m_aLog.setWarning("List of fragments is empty!? Will be ignored ...");
+//            m_aLog.setWarning("List of fragments is empty!? Will be ignored ...");
             return;
         }
 


More information about the Libreoffice-commits mailing list