summaryrefslogtreecommitdiff
path: root/wizards/source/schedule
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-12-01 16:39:33 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-12-01 16:39:33 +0000
commitb2a6e64469de8f5974d089e15c142b8cac859aaa (patch)
tree671019c62c50de85eb1abc43725b7865ee4ad90f /wizards/source/schedule
parente96e0126d6437acde013496c465e05327c630b65 (diff)
INTEGRATION: CWS geordi2q10 (1.24.120); FILE MERGED
2003/12/01 16:36:40 rt 1.24.120.1: #111934#: join CWS brazilianextras1
Diffstat (limited to 'wizards/source/schedule')
-rw-r--r--wizards/source/schedule/CalendarMain.xba6
1 files changed, 5 insertions, 1 deletions
diff --git a/wizards/source/schedule/CalendarMain.xba b/wizards/source/schedule/CalendarMain.xba
index a75310d56f00..338906e6f871 100644
--- a/wizards/source/schedule/CalendarMain.xba
+++ b/wizards/source/schedule/CalendarMain.xba
@@ -147,7 +147,11 @@ Dim DateFormatString as String
Case cLANGUAGE_SPANISH
DateFormatString = &quot;DD/MMM&quot;
Case cLANGUAGE_PORTUGUESE
- DateFormatString = &quot;DD-MMM&quot;
+ If sCurCountryLocale = &quot;BR&quot; Then
+ DateFormatString = &quot;DD/MMM&quot;
+ Else
+ DateFormatString = &quot;DD-MMM&quot;
+ End If
Case cLANGUAGE_DUTCH
DateFormatString = &quot;DD-MMM&quot;
Case cLANGUAGE_SWEDISH