DataAccess.xcs says xs:short not xs:int for this type

noticed when examing tdf#96251

Change-Id: Iec8748ad323bcb59e8e1f6b4135b4a3b313a6e44
This commit is contained in:
Caolán McNamara 2016-06-02 12:51:10 +01:00
parent 9f68bd964d
commit ede8229983

View file

@ -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();