don't need this pure virtual impl
This commit is contained in:
parent
21ec3dbaa6
commit
3f2b771e5f
1 changed files with 0 additions and 6 deletions
|
@ -155,12 +155,6 @@ UnoControlModel::UnoControlModel( const UnoControlModel& rModel )
|
|||
{
|
||||
}
|
||||
|
||||
UnoControlModel* UnoControlModel::Clone() const
|
||||
{
|
||||
OSL_FAIL( "UnoControlModel::Clone() ?!" );
|
||||
return NULL;
|
||||
}
|
||||
|
||||
::com::sun::star::uno::Sequence<sal_Int32> UnoControlModel::ImplGetPropertyIds() const
|
||||
{
|
||||
sal_uInt32 nIDs = maData.size();
|
||||
|
|
Loading…
Reference in a new issue