summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-02-19 11:11:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-02-19 11:11:58 +0000
commit010484127a49583d69f33a7e3c36fa3401e090cc (patch)
tree19f8174c6b85cb7f41170f6832d313baea8b7644 /toolkit
parentc3df3d9b2d0a494d81730c55505a68f26d69dbd3 (diff)
#65293#: SetExtFormat() -> SetExtDateFormat()
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxwindows.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx
index 1816f0c6b983..d34b1f7cf054 100644
--- a/toolkit/source/awt/vclxwindows.cxx
+++ b/toolkit/source/awt/vclxwindows.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclxwindows.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: mt $ $Date: 2001-11-29 16:59:43 $
+ * last change: $Author: hr $ $Date: 2002-02-19 12:11:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2976,7 +2976,7 @@ void VCLXDateField::setProperty( const ::rtl::OUString& PropertyName, const ::co
{
sal_Int16 n;
if ( Value >>= n )
- ((DateField*)GetWindow())->SetExtFormat( (ExtDateFieldFormat) n );
+ ((DateField*)GetWindow())->SetExtDateFormat( (ExtDateFieldFormat) n );
}
break;
case BASEPROPERTY_DATESHOWCENTURY: