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

INTEGRATION: CWS warnings01 (1.10.222); FILE MERGED

2006/04/20 14:49:31 cl 1.10.222.4: warning free code changes
2006/04/07 18:01:37 sb 1.10.222.3: RESYNC: (1.11-1.12); FILE MERGED
2006/01/25 18:10:36 sb 1.10.222.2: RESYNC: (1.10-1.11); FILE MERGED
2006/01/05 12:02:14 fs 1.10.222.1: #i55991# warning-free code
üst ab834c6b
......@@ -4,9 +4,9 @@
*
* $RCSfile: AccessibleParaManager.cxx,v $
*
* $Revision: 1.12 $
* $Revision: 1.13 $
*
* last change: $Author: kz $ $Date: 2006-02-01 14:35:05 $
* last change: $Author: hr $ $Date: 2006-06-19 14:53:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -33,8 +33,6 @@
*
************************************************************************/
#pragma hdrstop
//------------------------------------------------------------------------
//
// Global header
......@@ -104,9 +102,9 @@ namespace accessibility
return maChildStates;
}
void AccessibleParaManager::SetNum( sal_uInt32 nNumParas )
void AccessibleParaManager::SetNum( sal_Int32 nNumParas )
{
if( nNumParas < maChildren.size() )
if( (size_t)nNumParas < maChildren.size() )
Release( nNumParas, maChildren.size() );
maChildren.resize( nNumParas );
......
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