summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 09:42:48 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 09:42:48 +0000
commitb28ed53d50b3e1374dea4958677a021ae9c81ec8 (patch)
tree1ac8b0862e54c2696c50972a42b3b8ed5e1df48f
parent4437a2d16ecd3d1d88283dfde03998ddfa49c6f2 (diff)
INTEGRATION: CWS sb59 (1.15.46); FILE MERGED
2006/08/10 08:16:24 sb 1.15.46.1: #i67487# Made code warning-free (wntmsci10).
-rw-r--r--framework/source/uiconfiguration/uiconfigurationmanager.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/framework/source/uiconfiguration/uiconfigurationmanager.cxx b/framework/source/uiconfiguration/uiconfigurationmanager.cxx
index f4d58965d476..5549dcc08de1 100644
--- a/framework/source/uiconfiguration/uiconfigurationmanager.cxx
+++ b/framework/source/uiconfiguration/uiconfigurationmanager.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: uiconfigurationmanager.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 14:16:46 $
+ * last change: $Author: obo $ $Date: 2006-10-12 10:42:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -616,7 +616,8 @@ void UIConfigurationManager::impl_Initialize()
long nModes = m_bReadOnly ? ElementModes::READ : ElementModes::READWRITE;
// Try to access our module sub folder
- for ( int i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ )
+ for ( sal_Int16 i = 1; i < ::com::sun::star::ui::UIElementType::COUNT;
+ i++ )
{
Reference< XStorage > xElementTypeStorage;
try