Fix previous commit (reportdesign part, following)
Change-Id: Ib55bdc21fa6081c55777465115538905c1cab5e0
This commit is contained in:
@@ -303,7 +303,7 @@ uno::Any SAL_CALL DataProviderHandler::convertToPropertyValue(const OUString & _
|
|||||||
case PROPERTY_ID_PREVIEW_COUNT:
|
case PROPERTY_ID_PREVIEW_COUNT:
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
aPropertyValue = m_xTypeConverter->convertTo( _rControlValue, ::cppu::UnoType<sal_Int32>::get()0));
|
aPropertyValue = m_xTypeConverter->convertTo( _rControlValue, ::cppu::UnoType<sal_Int32>::get());
|
||||||
}
|
}
|
||||||
catch( const uno::Exception& )
|
catch( const uno::Exception& )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user