Fix previous commit (reportdesign part, following)
Change-Id: Ib55bdc21fa6081c55777465115538905c1cab5e0
This commit is contained in:
parent
7347a8ed38
commit
a4d30abf39
@ -303,7 +303,7 @@ uno::Any SAL_CALL DataProviderHandler::convertToPropertyValue(const OUString & _
|
||||
case PROPERTY_ID_PREVIEW_COUNT:
|
||||
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& )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user