summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-11-06 16:34:05 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-11-06 16:34:05 +0100
commitb987042c0867017b7f355c4e29b8c466e36d980c (patch)
tree91c4cc8ae87534130185af73c3f34a10d3d81e7b /forms
parentda7b280b713029a7af82884f0eafc0d076d149a5 (diff)
parent395427c3809e079cf69fa580a40ca9832835e213 (diff)
merge
Diffstat (limited to 'forms')
-rw-r--r--forms/source/helper/commandimageprovider.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/helper/commandimageprovider.cxx b/forms/source/helper/commandimageprovider.cxx
index 1da9b7348587..7240a7073943 100644
--- a/forms/source/helper/commandimageprovider.cxx
+++ b/forms/source/helper/commandimageprovider.cxx
@@ -149,8 +149,8 @@ namespace frm
if ( m_xModuleImageManager.is() )
aModImages = m_xModuleImageManager->getImages( nImageType, _rCommandURLs );
- ENSURE_OR_THROW( aDocImages.getLength() == nCommandCount, "illegal array size returned by getImages (document image manager)" );
- ENSURE_OR_THROW( aModImages.getLength() == nCommandCount, "illegal array size returned by getImages (module image manager)" );
+ ENSURE_OR_THROW( (size_t)aDocImages.getLength() == nCommandCount, "illegal array size returned by getImages (document image manager)" );
+ ENSURE_OR_THROW( (size_t)aModImages.getLength() == nCommandCount, "illegal array size returned by getImages (module image manager)" );
for ( size_t i=0; i<nCommandCount; ++i )
{