summaryrefslogtreecommitdiffstats
path: root/svtools/source/control/calendar.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-12-01 09:02:18 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-12-01 09:02:18 +0000
commit51b1026a5d62fe8b7dfa93c28f412c1bab8a97ea (patch)
tree8b9ba028f713336d244bb829ca9a6195339a50df /svtools/source/control/calendar.cxx
parentINTEGRATION: CWS geordi2q10 (1.32.166); FILE MERGED (diff)
downloadcore-51b1026a5d62fe8b7dfa93c28f412c1bab8a97ea.tar.gz
core-51b1026a5d62fe8b7dfa93c28f412c1bab8a97ea.zip
INTEGRATION: CWS geordi2q10 (1.2.420); FILE MERGED
2003/11/28 09:19:23 rt 1.2.420.1: #111934#: join CWS dba01pp1
Diffstat (limited to 'svtools/source/control/calendar.cxx')
-rw-r--r--svtools/source/control/calendar.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/control/calendar.cxx b/svtools/source/control/calendar.cxx
index 0f43f87b68d2..4e115b003a66 100644
--- a/svtools/source/control/calendar.cxx
+++ b/svtools/source/control/calendar.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: calendar.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nf $ $Date: 2000-10-18 11:23:17 $
+ * last change: $Author: rt $ $Date: 2003-12-01 10:02:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2621,7 +2621,7 @@ public:
// -----------------------------------------------------------------------
ImplCFieldFloatWin::ImplCFieldFloatWin( Window* pParent ) :
- FloatingWindow( pParent )
+ FloatingWindow( pParent, WB_BORDER | WB_SYSTEMWINDOW | WB_NOSHADOW )
{
mpCalendar = NULL;
mpTodayBtn = NULL;
@@ -2928,7 +2928,7 @@ BOOL CalendarField::ShowDropDown( BOOL bShow )
mpCalendar->StartSelection();
mpCalendar->GrabFocus();
mpCalendar->Show();
- mpFloatWin->StartPopupMode( aRect, FLOATWIN_POPUPMODE_DOWN );
+ mpFloatWin->StartPopupMode( aRect, FLOATWIN_POPUPMODE_NOFOCUSCLOSE|FLOATWIN_POPUPMODE_DOWN );
}
else
{