summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2002-09-16 08:52:34 +0000
committerPeter Burow <pb@openoffice.org>2002-09-16 08:52:34 +0000
commit62683ba04d9c89c12c4eaee7055a7dd37f044c77 (patch)
tree720f3234576d4a4c1af93b727348e9117b15c401
parent1d858534c960a664889935fe6ea8131aa893e225 (diff)
fix: #103248# warning removed
-rw-r--r--svtools/source/contnr/ivctrl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/contnr/ivctrl.cxx b/svtools/source/contnr/ivctrl.cxx
index 359363b191e6..63af29880a5c 100644
--- a/svtools/source/contnr/ivctrl.cxx
+++ b/svtools/source/contnr/ivctrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ivctrl.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: pb $ $Date: 2002-09-16 07:50:53 $
+ * last change: $Author: pb $ $Date: 2002-09-16 09:52:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -616,7 +616,7 @@ void SvtIconChoiceCtrl::FillLayoutData() const
SvtIconChoiceCtrl* pNonConstMe = const_cast< SvtIconChoiceCtrl* >( this );
// loop through all entries
- sal_uInt16 nCount = GetEntryCount();
+ sal_uInt16 nCount = (sal_uInt16)GetEntryCount();
sal_uInt16 nPos = 0;
while ( nPos < nCount )
{