summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2012-10-30 01:06:43 +0100
committerXisco Fauli <anistenis@gmail.com>2012-10-30 01:09:35 +0100
commit9545c85db39144705fb50409b7f4b7a3cf472150 (patch)
tree32a03328eeab00024032e0db8d7a4bca89592027 /wizards/com/sun/star/wizards/common
parent4e63e4ba815ea61d0d4c28dae0117ce9890e2b5e (diff)
pyagenda: rework AgendaTemplate.py. Still some work to do
Change-Id: Ife802611e8aef10e5d06f04617662753d6f2ee21
Diffstat (limited to 'wizards/com/sun/star/wizards/common')
-rw-r--r--wizards/com/sun/star/wizards/common/TextElement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/common/TextElement.py b/wizards/com/sun/star/wizards/common/TextElement.py
index f035808c4892..5d819b2d1102 100644
--- a/wizards/com/sun/star/wizards/common/TextElement.py
+++ b/wizards/com/sun/star/wizards/common/TextElement.py
@@ -30,7 +30,7 @@ class TextElement(object):
def write(self):
try:
- if self.item is not None:
+ if self.item is not None and not self.placeHolderText:
self.item.String = ""
cursor = self.item.Text.createTextCursorByRange(
self.item.Start)