From 010484127a49583d69f33a7e3c36fa3401e090cc Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 19 Feb 2002 11:11:58 +0000
Subject: #65293#: SetExtFormat() -> SetExtDateFormat()
---
toolkit/source/awt/vclxwindows.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'toolkit')
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:
--
cgit