summaryrefslogtreecommitdiff
path: root/vcl/source/control/field.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 14:30:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 14:30:20 +0000
commit6525b3b51cc03e638fdaf47a8b6bc5aaca78afd9 (patch)
tree9db7be476b1addad6e31571d22a843ce47e1a2ee /vcl/source/control/field.cxx
parentf394831f24bad856885adbf126263d64d9fc7450 (diff)
INTEGRATION: CWS internatiodel (1.12.174); FILE MERGED
2006/01/19 17:49:52 er 1.12.174.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/24 13:11:58 er 1.12.174.1: #i50205# get rid of class International
Diffstat (limited to 'vcl/source/control/field.cxx')
-rw-r--r--vcl/source/control/field.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx
index 675b4f7bb0a3..2cd434f11d3d 100644
--- a/vcl/source/control/field.cxx
+++ b/vcl/source/control/field.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: field.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 11:45:53 $
+ * last change: $Author: vg $ $Date: 2006-04-07 15:30:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -460,12 +460,6 @@ void NumericFormatter::ImplLoadRes( const ResId& rResId )
if ( NUMERICFORMATTER_STRICTFORMAT & nMask )
SetStrictFormat( (BOOL)pMgr->ReadShort() );
- if ( NUMERICFORMATTER_I12 & nMask )
- {
- DBG_ERROR( "MT: Removed class International - missing ResCTOR!" );
- International( ResId( (RSHEADER_TYPE *)pMgr->GetClass() ) );
- pMgr->Increment( pMgr->GetObjSize( (RSHEADER_TYPE *)pMgr->GetClass() ) );
- }
if ( NUMERICFORMATTER_DECIMALDIGITS & nMask )
SetDecimalDigits( pMgr->ReadShort() );