summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--forms/source/component/ListBox.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx
index fe7663a8d7ad..153391cf9fde 100644
--- a/forms/source/component/ListBox.cxx
+++ b/forms/source/component/ListBox.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ListBox.cxx,v $
- * $Revision: 1.60 $
+ * $Revision: 1.61 $
*
* This file is part of OpenOffice.org.
*
@@ -1321,10 +1321,10 @@ namespace frm
Sequence< Type > OListBoxModel::getSupportedBindingTypes()
{
Sequence< Type > aTypes(4);
- aTypes[0] = ::getCppuType( static_cast< ::rtl::OUString* >( NULL ) );
- aTypes[1] = ::getCppuType( static_cast< Sequence< ::rtl::OUString >* >( NULL ) );
- aTypes[2] = ::getCppuType( static_cast< sal_Int32* >( NULL ) );
- aTypes[3] = ::getCppuType( static_cast< Sequence< sal_Int32 >* >( NULL ) );
+ aTypes[0] = ::getCppuType( static_cast< Sequence< sal_Int32 >* >( NULL ) );
+ aTypes[1] = ::getCppuType( static_cast< sal_Int32* >( NULL ) );
+ aTypes[2] = ::getCppuType( static_cast< Sequence< ::rtl::OUString >* >( NULL ) );
+ aTypes[3] = ::getCppuType( static_cast< ::rtl::OUString* >( NULL ) );
return aTypes;
}