diff options
Diffstat (limited to 'wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py')
-rw-r--r-- | wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py b/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py index 8e0a0162b2ba..64b45f76cc1b 100644 --- a/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py +++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py @@ -208,6 +208,11 @@ class LetterWizardDialogResources(Resource): self.reslblTitle6_value = \ self.getResText( LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 58) + + #Create a Dictionary for the constants values. + self.dictConstants = { + "#subjectconst#" : self.getResText( + LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 59)} #Create a dictionary for localising the bussiness templates self.dictBusinessTemplate = { |