summaryrefslogtreecommitdiffstats
path: root/wizards
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-08-16 19:48:15 +0200
committerAndras Timar <atimar@suse.com>2012-08-16 19:49:13 +0200
commitb57ebd8c1f6a3b4261a97198aaf38f8ffe46198c (patch)
tree40117c1dcb304d0c53b595cd3023097388d9389b /wizards
parentsvdotxat.cxx: MSVC needs set included (diff)
downloadcore-b57ebd8c1f6a3b4261a97198aaf38f8ffe46198c.tar.gz
core-b57ebd8c1f6a3b4261a97198aaf38f8ffe46198c.zip
Don't say "yeeep"
Change-Id: I239be1b35103c53e9ace3a7e2917bd24a24497a3
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/agenda/AgendaTemplate.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaTemplate.java b/wizards/com/sun/star/wizards/agenda/AgendaTemplate.java
index 9df88a06181c..860d413debe7 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);
}