From 3f2b771e5f53a7f079416ae6fc42625420b725d7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 7 Apr 2012 13:25:05 +0100 Subject: don't need this pure virtual impl --- toolkit/source/controls/unocontrolmodel.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'toolkit') diff --git a/toolkit/source/controls/unocontrolmodel.cxx b/toolkit/source/controls/unocontrolmodel.cxx index c58a88ad4f0c..75e7882fc667 100644 --- a/toolkit/source/controls/unocontrolmodel.cxx +++ b/toolkit/source/controls/unocontrolmodel.cxx @@ -155,12 +155,6 @@ UnoControlModel::UnoControlModel( const UnoControlModel& rModel ) { } -UnoControlModel* UnoControlModel::Clone() const -{ - OSL_FAIL( "UnoControlModel::Clone() ?!" ); - return NULL; -} - ::com::sun::star::uno::Sequence UnoControlModel::ImplGetPropertyIds() const { sal_uInt32 nIDs = maData.size(); -- cgit