summaryrefslogtreecommitdiff
path: root/forms/source/component/GroupManager.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 10:12:12 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 10:12:12 +0000
commit06d17456e4e8b318090aacb3da4b7499ba417d0b (patch)
tree7f84e5f98d75bf478ef52209284c5ef10f4c6324 /forms/source/component/GroupManager.hxx
parent293d1536e4434627f94a909686cc3e7fe804ac19 (diff)
INTEGRATION: CWS sb59 (1.10.114); FILE MERGED
2006/08/29 16:10:59 sb 1.10.114.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'forms/source/component/GroupManager.hxx')
-rw-r--r--forms/source/component/GroupManager.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/GroupManager.hxx b/forms/source/component/GroupManager.hxx
index 86d7d0d4cce9..c42572fa99a5 100644
--- a/forms/source/component/GroupManager.hxx
+++ b/forms/source/component/GroupManager.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: GroupManager.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:43:17 $
+ * last change: $Author: obo $ $Date: 2006-10-12 11:12:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -204,7 +204,7 @@ public:
void InsertComponent( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& rxElement );
void RemoveComponent( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& rxElement );
- sal_uInt16 Count() const { return m_aCompArray.size(); }
+ sal_uInt16 Count() const { return sal::static_int_cast< sal_uInt16 >(m_aCompArray.size()); }
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& GetObject( sal_uInt16 nP ) const
{ return m_aCompArray[nP].GetComponent(); }
};