Kaydet (Commit) 748c6de7 authored tarafından Niklas Nebel's avatar Niklas Nebel

#89749# removed date field international settings from resource

üst 5c99613a
......@@ -2,9 +2,9 @@
*
* $RCSfile: ctredlin.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: dr $ $Date: 2001-05-31 13:06:33 $
* last change: $Author: nn $ $Date: 2001-07-17 17:33:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -872,6 +872,10 @@ SvxTPFilter::SvxTPFilter( Window * pParent)
pRedlinTable(NULL)
{
FreeResource();
aDfDate.SetShowDateCentury( TRUE );
aDfDate2.SetShowDateCentury( TRUE );
aRangeStr=aCbRange.GetText();
aLbDate.SelectEntryPos(0);
aLbDate.SetSelectHdl( LINK( this, SvxTPFilter, SelDateHdl ) );
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: ctredlin.src,v $
*
* $Revision: 1.21 $
* $Revision: 1.22 $
*
* last change: $Author: kz $ $Date: 2001-07-13 21:14:27 $
* last change: $Author: nn $ $Date: 2001-07-17 17:33:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -64,9 +64,9 @@
// (C) 1998 StarDivision GmbH, Hamburg, Germany
//
// $Workfile: ctredlin.src $
// $Author: kz $
// $Date: 2001-07-13 21:14:27 $
// $Revision: 1.21 $
// $Author: nn $
// $Date: 2001-07-17 17:33:27 $
// $Revision: 1.22 $
// $Logfile: T:/svx/source/dialog/ctredlin.srv $
//---------------------------------------------------------------------------
......@@ -365,11 +365,6 @@ TabPage SID_REDLIN_FILTER_PAGE
TabStop = TRUE ;
Spin = TRUE ;
Repeat = TRUE ;
Intnl = International
{
DateCentury = TRUE ;
LongDateDayLeadingZero = TRUE ;
};
Minimum = Date
{
Year = 1985 ;
......@@ -471,11 +466,6 @@ TabPage SID_REDLIN_FILTER_PAGE
TabStop = TRUE ;
Spin = TRUE ;
Repeat = TRUE ;
Intnl = International
{
DateCentury = TRUE ;
LongDateDayLeadingZero = TRUE ;
};
Minimum = Date
{
Year = 1985 ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment