summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxcontainer.cxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2002-02-21 07:02:29 +0000
committerPeter Burow <pb@openoffice.org>2002-02-21 07:02:29 +0000
commitb3328ad33faf959c8efbb796f26b56af10337926 (patch)
tree3afa4aa2ae29e8487d134d29237348b60ff594d3 /toolkit/source/awt/vclxcontainer.cxx
parent2d9cd4148f66d8788f7f9b71bfe0b695d2328460 (diff)
fix: #97358# warning removed
Diffstat (limited to 'toolkit/source/awt/vclxcontainer.cxx')
-rw-r--r--toolkit/source/awt/vclxcontainer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/awt/vclxcontainer.cxx b/toolkit/source/awt/vclxcontainer.cxx
index a07c97873f17..25c228436441 100644
--- a/toolkit/source/awt/vclxcontainer.cxx
+++ b/toolkit/source/awt/vclxcontainer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclxcontainer.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:02:08 $
+ * last change: $Author: pb $ $Date: 2002-02-21 08:02:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -162,7 +162,7 @@ void VCLXContainer::setTabOrder( const ::com::sun::star::uno::Sequence< ::com::s
::vos::OGuard aGuard( GetMutex() );
sal_uInt32 nCount = Components.getLength();
- DBG_ASSERT( nCount == Tabs.getLength(), "setTabOrder: TabCount != ComponentCount" );
+ DBG_ASSERT( nCount == (sal_uInt32)Tabs.getLength(), "setTabOrder: TabCount != ComponentCount" );
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > * pComps = Components.getConstArray();
const ::com::sun::star::uno::Any* pTabs = Tabs.getConstArray();