diff options
-rw-r--r-- | toolkit/source/controls/unocontrolmodel.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
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<sal_Int32> UnoControlModel::ImplGetPropertyIds() const { sal_uInt32 nIDs = maData.size(); |