diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-16 11:20:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-16 11:20:55 +0000 |
commit | 754bdca9f7beaa0d05fc492be5f122a145873062 (patch) | |
tree | 7309fbca8d4b44ea3f7aacdeeeabf72fe70e7a6a /xmloff/source | |
parent | 9181147d646e6c31a7e1e828aa4e9948f3212ab9 (diff) |
INTEGRATION: CWS sixtyfour02 (1.5.78); FILE MERGED
2006/02/21 12:28:06 cmc 1.5.78.1: #i62331# match IMPL_CONTAINER_SORT argument of ULONG
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/text/XMLTextListAutoStylePool.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLTextListAutoStylePool.cxx b/xmloff/source/text/XMLTextListAutoStylePool.cxx index 057063478729..17ed34b779e2 100644 --- a/xmloff/source/text/XMLTextListAutoStylePool.cxx +++ b/xmloff/source/text/XMLTextListAutoStylePool.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLTextListAutoStylePool.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:22:04 $ + * last change: $Author: vg $ $Date: 2006-03-16 12:20:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -225,7 +225,7 @@ sal_Bool XMLTextListAutoStylePool::HasName( const OUString& rName ) const sal_uInt32 XMLTextListAutoStylePool::Find( XMLTextListAutoStylePoolEntry_Impl* pEntry ) const { - sal_uInt32 nPos; + ULONG nPos; if( !pEntry->IsNamed() && mxNumRuleCompare.is() ) { const sal_uInt32 nCount = pPool->Count(); |