User: vg Date: 05/02/17 03:07:07 Modified: /dba/dbaccess/source/ui/control/ FieldDescControl.cxx
Log: INTEGRATION: CWS dba23 (1.36.6); FILE MERGED 2005/02/03 08:10:59 oj 1.36.6.2: RESYNC: (1.36-1.37); FILE MERGED 2005/01/20 16:53:06 oj 1.36.6.1: #i40648# new datatype BOOLEAN File Changes: Directory: /dba/dbaccess/source/ui/control/ =========================================== File [changed]: FieldDescControl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/FieldDescControl.cxx?r1=1.37&r2=1.38 Delta lines: +2 -1 ------------------- --- FieldDescControl.cxx 21 Jan 2005 17:09:50 -0000 1.37 +++ FieldDescControl.cxx 17 Feb 2005 11:07:04 -0000 1.38 @@ -479,7 +479,7 @@ nLastVisible = static_cast<sal_uInt16>((szOverallSize.Height() - CONTROL_SPACING_Y - nHScrollHeight) / (CONTROL_SPACING_Y + CONTROL_HEIGHT)); else nLastVisible = static_cast<sal_uInt16>((szOverallSize.Height() - CONTROL_SPACING_Y) / (CONTROL_SPACING_Y + CONTROL_HEIGHT)); - bNeedVScrollBar = nActive>nLastVisible; + bNeedVScrollBar = nActive > nLastVisible; if (bNeedVScrollBar) { @@ -1634,6 +1634,7 @@ ActivateAggregate( tpFormat ); break; case DataType::BIT: + case DataType::BOOLEAN: DeactivateAggregate( tpTextLen ); DeactivateAggregate( tpFormat ); DeactivateAggregate( tpDefault ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
