diff options
author | Behrend Cornelius <bc@openoffice.org> | 2001-11-29 16:05:53 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2001-11-29 16:05:53 +0000 |
commit | fc4aa64e49dde1c72d269eff7f79691d61309886 (patch) | |
tree | ed6dba92f41c5df9accf1c4f05c755ab64366064 /wizards/source/schedule/Language.xba | |
parent | 64e7e41bab47ac5111375041172083ba090d0c31 (diff) |
#94767# asian holidays added; german coordinates modified
Diffstat (limited to 'wizards/source/schedule/Language.xba')
-rw-r--r-- | wizards/source/schedule/Language.xba | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/wizards/source/schedule/Language.xba b/wizards/source/schedule/Language.xba index 379749081..07a55f25c 100644 --- a/wizards/source/schedule/Language.xba +++ b/wizards/source/schedule/Language.xba @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd"> -<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Language" script:language="StarBasic">Option Explicit + <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Language" script:language="StarBasic">Option Explicit Public Const cLANGUAGE_SYSTEM = "", cLANGUAGE_CHINESE = "zh", cLANGUAGE_DANISH = "da" @@ -51,7 +51,7 @@ Const dlgShortMonth = 1225 DlgCalModel.lstHolidays.StringItemList() = BLNameList() End If sWizardTitle$ = GetResText(1300) - sError$ = GetResText(1301) + sError = GetResText(1301) cCalSubcmdDeleteSelect_DeleteSelEntryTitle$ = GetResText(1302) cCalSubcmdDeleteSelect_DeleteSelEntry$ = GetResText(1303) DlgCalendar.Title = GetResText(1000) @@ -64,7 +64,7 @@ Const dlgShortMonth = 1225 .cmdCancel.Label = GetResText(1005) .cmdGoOn.Label = GetResText(1004) .lblHolidays.Label = GetResText(1014) - sBitmapFilename$ = GetResText(1099) + sBitmapFilename = GetResText(1099) DlgCalModel.hlnCalendar.Label = GetResText(1006) .optYear.Label = GetResText(1007) .optMonth.Label = GetResText(1008) @@ -84,8 +84,8 @@ Const dlgShortMonth = 1225 cCalShortMonthNames(i)= Left$(cCalLongMonthNames(i), 3) Next ' Load sheet names - sCalendarTitle$ = GetResText(1410) - sMonthTitle$ = GetResText(1411) + sCalendarTitle = GetResText(1410) + sMonthTitle = GetResText(1411) ' Load names of styles cCalStyleWorkday$ = GetResText(1400) cCalStyleWeekend$ = GetResText(1401) |