add declaration of unoToSbxValue to header instead of in several cxx files

This commit is contained in:
Gregor Hartmann<gh
2010-04-16 14:10:50 +02:00
parent 6de19ad740
commit 3a8d3af3d9
4 changed files with 5 additions and 8 deletions

View File

@@ -564,7 +564,7 @@ SbxDataType unoToSbxType( const Reference< XIdlClass >& xIdlClass )
}
return eRetType;
}
void unoToSbxValue( SbxVariable* pVar, const Any& aValue );
static void implSequenceToMultiDimArray( SbxDimArray*& pArray, Sequence< sal_Int32 >& indices, Sequence< sal_Int32 >& sizes, const Any& aValue, sal_Int32& dimension, sal_Bool bIsZeroIndex, Type* pType = NULL )
{
Type aType = aValue.getValueType();