INTEGRATION: CWS ooo20031110 (1.11.186); FILE MERGED
2003/11/11 11:03:34 waratah 1.11.186.1: #i22301# Correct for scoping rules
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: styleexp.cxx,v $
|
||||
*
|
||||
* $Revision: 1.11 $
|
||||
* $Revision: 1.12 $
|
||||
*
|
||||
* last change: $Author: dvo $ $Date: 2001-10-25 20:57:03 $
|
||||
* last change: $Author: rt $ $Date: 2003-12-01 16:23:30 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -388,8 +388,9 @@ void XMLStyleExport::exportStyleFamily(
|
||||
// the names of all exported styles are remembered.
|
||||
SvStringsSortDtor *pExportedStyles = 0;
|
||||
sal_Bool bFirstStyle = sal_True;
|
||||
sal_Int32 i;
|
||||
|
||||
for( sal_Int32 i=0; i < nStyles; i++ )
|
||||
for( i = 0; i < nStyles; i++ )
|
||||
{
|
||||
Reference< XStyle > xStyle;
|
||||
try
|
||||
|
Reference in New Issue
Block a user