[Libreoffice-commits] .: wizards/com

Andras Timar timar at kemper.freedesktop.org
Thu Aug 16 10:47:23 PDT 2012


 wizards/com/sun/star/wizards/agenda/AgendaTemplate.java |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b57ebd8c1f6a3b4261a97198aaf38f8ffe46198c
Author: Andras Timar <atimar at suse.com>
Date:   Thu Aug 16 19:48:15 2012 +0200

    Don't say "yeeep"
    
    Change-Id: I239be1b35103c53e9ace3a7e2917bd24a24497a3

diff --git a/wizards/com/sun/star/wizards/agenda/AgendaTemplate.java b/wizards/com/sun/star/wizards/agenda/AgendaTemplate.java
index 9df88a0..860d413 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaTemplate.java
+++ b/wizards/com/sun/star/wizards/agenda/AgendaTemplate.java
@@ -652,7 +652,6 @@ public class AgendaTemplate extends TextDocument implements TemplateConsts, Data
 
     private void writeTitle(TextElement te, XTextRange tr, String text)
     {
-        System.out.println("yeeep");
         te.text = (text == null ? PropertyNames.EMPTY_STRING : text);
         te.write(tr);
     }


More information about the Libreoffice-commits mailing list