summaryrefslogtreecommitdiff
path: root/framework/source/xml/toolboxdocumenthandler.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 09:45:09 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 09:45:09 +0000
commit76c9d7614dbdc984fbba312e80395d21ca1b2f67 (patch)
tree6b2ec3077a355122fff43f5bb20348d3c1bab87c /framework/source/xml/toolboxdocumenthandler.cxx
parent6c7501b6a75f93e7dd5b0678e7a00583ebffa795 (diff)
INTEGRATION: CWS sb59 (1.9.46); FILE MERGED
2006/08/10 08:16:27 sb 1.9.46.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'framework/source/xml/toolboxdocumenthandler.cxx')
-rw-r--r--framework/source/xml/toolboxdocumenthandler.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/xml/toolboxdocumenthandler.cxx b/framework/source/xml/toolboxdocumenthandler.cxx
index 8bd1f9d4e5..1b3e36ac17 100644
--- a/framework/source/xml/toolboxdocumenthandler.cxx
+++ b/framework/source/xml/toolboxdocumenthandler.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: toolboxdocumenthandler.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 14:31:53 $
+ * last change: $Author: obo $ $Date: 2006-10-12 10:45:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -265,7 +265,7 @@ throw( SAXException, RuntimeException )
{
// Check if we have a UI name set in our XML file
OUString aUIName;
- for ( int n = 0; n < xAttribs->getLength(); n++ )
+ for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ )
{
pToolBoxEntry = m_aToolBoxMap.find( xAttribs->getNameByIndex( n ) );
if ( pToolBoxEntry != m_aToolBoxMap.end() )
@@ -334,7 +334,7 @@ throw( SAXException, RuntimeException )
sal_uInt16 nUserDef( 0 );
sal_Bool bVisible( sal_True );
- for ( int n = 0; n < xAttribs->getLength(); n++ )
+ for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ )
{
pToolBoxEntry = m_aToolBoxMap.find( xAttribs->getNameByIndex( n ) );
if ( pToolBoxEntry != m_aToolBoxMap.end() )