DataAccess.xcs says xs:short not xs:int for this type
noticed when examing tdf#96251 Change-Id: Iec8748ad323bcb59e8e1f6b4135b4a3b313a6e44
This commit is contained in:
parent
9f68bd964d
commit
ede8229983
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ namespace abp
|
|||
|
||||
aAddressBookSettings.setNodeValue( OUString( "DataSourceName" ), makeAny( _rDataSourceName ) );
|
||||
aAddressBookSettings.setNodeValue( OUString( "Command" ), makeAny( _rTableName ) );
|
||||
aAddressBookSettings.setNodeValue( OUString( "CommandType" ), makeAny( (sal_Int32)CommandType::TABLE ) );
|
||||
aAddressBookSettings.setNodeValue( OUString( "CommandType" ), makeAny( (sal_Int16)CommandType::TABLE ) );
|
||||
|
||||
// commit the changes done
|
||||
aAddressBookSettings.commit();
|
||||
|
|
Loading…
Reference in a new issue