INTEGRATION: CWS wae4extensions (1.10.30); FILE MERGED
2007/09/27 07:18:26 fs 1.10.30.1: #i81612# warning-free code
This commit is contained in:
parent
2e55a808b5
commit
318420e10f
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: xsdvalidationpropertyhandler.cxx,v $
|
||||
*
|
||||
* $Revision: 1.10 $
|
||||
* $Revision: 1.11 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2007-08-03 13:53:19 $
|
||||
* last change: $Author: ihi $ $Date: 2008-01-14 15:02:17 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -679,7 +679,7 @@ namespace pcr
|
|||
PROPERTY_XSD_MIN_EXCLUSIVE_DATE_TIME
|
||||
};
|
||||
|
||||
sal_Int32 i=0;
|
||||
size_t i=0;
|
||||
const ::rtl::OUString* pLoop = NULL;
|
||||
for ( i = 0, pLoop = aFacets;
|
||||
i < sizeof( aFacets ) / sizeof( aFacets[0] );
|
||||
|
|
Loading…
Reference in a new issue