summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/agenda
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2014-02-14 20:50:16 +0100
committerXisco Fauli <anistenis@gmail.com>2014-02-14 20:51:21 +0100
commit9cb456b7bb8a2228fec19ab108739b69760ddcf1 (patch)
tree8844fccdbfa42c155bc56043115e439b3f6d4879 /wizards/com/sun/star/wizards/agenda
parentee122cfd36b3af030520f26a6a313bc7cd3156fd (diff)
pywizards: delete unused fontDescriptors
Change-Id: I01479d3a24377b976b8363318b28b6b647f310ea
Diffstat (limited to 'wizards/com/sun/star/wizards/agenda')
-rw-r--r--wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.py b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.py
index d05558878cae..20f0e17da80d 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.py
@@ -99,22 +99,10 @@ class AgendaWizardDialog(WizardDialog):
PropertyNames.PROPERTY_TABINDEX,
PropertyNames.PROPERTY_WIDTH)
- self.fontDescriptor1 = \
- uno.createUnoStruct('com.sun.star.awt.FontDescriptor')
- self.fontDescriptor2 = \
- uno.createUnoStruct('com.sun.star.awt.FontDescriptor')
self.fontDescriptor4 = \
uno.createUnoStruct('com.sun.star.awt.FontDescriptor')
-
- #Set member- FontDescriptors...
- self.fontDescriptor1.Weight = 150
- self.fontDescriptor1.Underline = SINGLE
- self.fontDescriptor2.Weight = 100
self.fontDescriptor4.Weight = 150
- '''
- build components
- '''
def buildStep1(self):
self.insertLabel("lblTitle1", self.PROPS_LABEL_B,
(self.fontDescriptor4, 16, self.resources.reslblTitle1_value,