summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/letter
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/letter
parentee122cfd36b3af030520f26a6a313bc7cd3156fd (diff)
pywizards: delete unused fontDescriptors
Change-Id: I01479d3a24377b976b8363318b28b6b647f310ea
Diffstat (limited to 'wizards/com/sun/star/wizards/letter')
-rw-r--r--wizards/com/sun/star/wizards/letter/LetterWizardDialog.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialog.py b/wizards/com/sun/star/wizards/letter/LetterWizardDialog.py
index 9a2e650f5232..9d55a193f1ab 100644
--- a/wizards/com/sun/star/wizards/letter/LetterWizardDialog.py
+++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialog.py
@@ -34,17 +34,10 @@ class LetterWizardDialog(WizardDialog):
self.setDialogProperties(True, 210, True, 104, 52, 1, 1,
self.resources.resLetterWizardDialog_title, 310)
- self.fontDescriptor1 = \
- uno.createUnoStruct('com.sun.star.awt.FontDescriptor')
- self.fontDescriptor2 = \
- uno.createUnoStruct('com.sun.star.awt.FontDescriptor')
self.fontDescriptor5 = \
uno.createUnoStruct('com.sun.star.awt.FontDescriptor')
self.fontDescriptor6 = \
uno.createUnoStruct('com.sun.star.awt.FontDescriptor')
- self.fontDescriptor1.Weight = 150
- self.fontDescriptor1.Underline = SINGLE
- self.fontDescriptor2.Weight = 100
self.fontDescriptor5.Weight = 100
self.fontDescriptor6.Weight = 150