Replace remaining getCppuType et al with cppu::UnoType

Change-Id: Id2361bd7b50f4724211661b024583b8a3445500b
This commit is contained in:
Stephan Bergmann
2015-04-01 08:36:20 +02:00
parent a88a386c72
commit 17e74bf1a0
46 changed files with 98 additions and 98 deletions

View File

@@ -2455,7 +2455,7 @@ static sal_Int32 seqContains( const Sequence< sal_Int32 > &seq, sal_Int32 value
result[R_TABLE_NAME] = makeAny(currentTable);
result[R_INDEX_NAME] = makeAny(currentIndexName);
result[R_NON_UNIQUE] =
Any( &isNonUnique, getBooleanCppuType() );
Any( &isNonUnique, cppu::UnoType<bool>::get() );
result[R_TYPE] = makeAny( indexType );
result[R_COLUMN_NAME] = makeAny( rowColumn->getString(2) );
sal_Int32 nPos = ((sal_Int32)pos+1); // MSVC++ nonsense