Kaydet (Commit) ac4d849c authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED

2006/05/12 16:20:20 sb 1.3.222.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes).
2006/04/20 14:49:42 cl 1.3.222.1: warning free code changes
üst 13f3b598
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: relfld.cxx,v $ * $RCSfile: relfld.cxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 21:56:47 $ * last change: $Author: hr $ $Date: 2006-06-19 15:26:59 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -35,8 +35,6 @@ ...@@ -35,8 +35,6 @@
// include --------------------------------------------------------------- // include ---------------------------------------------------------------
#pragma hdrstop
#include <tools/ref.hxx> #include <tools/ref.hxx>
#include "relfld.hxx" #include "relfld.hxx"
...@@ -145,11 +143,7 @@ void SvxRelativeField::SetRelative( BOOL bNewRelative ) ...@@ -145,11 +143,7 @@ void SvxRelativeField::SetRelative( BOOL bNewRelative )
{ {
bRelative = FALSE; bRelative = FALSE;
SetDecimalDigits( 2 ); SetDecimalDigits( 2 );
#if SUPD>629
SetMin( bNegativeEnabled ? -9999 : 0 ); SetMin( bNegativeEnabled ? -9999 : 0 );
#else
SetMin( 0 );
#endif
SetMax( 9999 ); SetMax( 9999 );
SetUnit( FUNIT_CM ); SetUnit( FUNIT_CM );
} }
......
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