summaryrefslogtreecommitdiffstats
path: root/svtools/source/control/calendar.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 08:42:28 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 08:42:28 +0000
commitbdcb10a75b32f84f69c5fb32c3cd484d400e6e17 (patch)
tree699dbe8a12c3bf4fd6998c8e21c0fe4cd8ae9546 /svtools/source/control/calendar.cxx
parentINTEGRATION: CWS residcleanup (1.75.124); FILE MERGED (diff)
downloadcore-bdcb10a75b32f84f69c5fb32c3cd484d400e6e17.tar.gz
core-bdcb10a75b32f84f69c5fb32c3cd484d400e6e17.zip
INTEGRATION: CWS residcleanup (1.10.124); FILE MERGED
2007/02/22 20:18:04 pl 1.10.124.1: #i74635# canonicize resid winbits member
Diffstat (limited to 'svtools/source/control/calendar.cxx')
-rw-r--r--svtools/source/control/calendar.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/control/calendar.cxx b/svtools/source/control/calendar.cxx
index ddbfcf3f1aea..364ae316c3b4 100644
--- a/svtools/source/control/calendar.cxx
+++ b/svtools/source/control/calendar.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: calendar.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 15:11:15 $
+ * last change: $Author: rt $ $Date: 2007-04-26 09:42:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -344,7 +344,7 @@ Calendar::Calendar( Window* pParent, const ResId& rResId ) :
maAnchorDate( maCurDate ),
maDropDate( 0, 0, 1900 )
{
- ImplInit( rResId.aWinBits );
+ ImplInit( rResId.GetWinBits() );
}
// -----------------------------------------------------------------------