From fe630f3b097ca2bf173f21de77ed1535c767d0b9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 4 Apr 2012 10:24:36 +0100 Subject: callcatcher: update list, add README, remove some newly unused code --- toolkit/source/controls/unocontrolmodel.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'toolkit') diff --git a/toolkit/source/controls/unocontrolmodel.cxx b/toolkit/source/controls/unocontrolmodel.cxx index 8afc19e68057..c58a88ad4f0c 100644 --- a/toolkit/source/controls/unocontrolmodel.cxx +++ b/toolkit/source/controls/unocontrolmodel.cxx @@ -1054,13 +1054,6 @@ sal_Bool UnoControlModel::supportsService( const ::rtl::OUString& rServiceName ) return Sequence< ::rtl::OUString >( &sName, 1 ); } -// ::cppu::OPropertySetHelper -::cppu::IPropertyArrayHelper& UnoControlModel::getInfoHelper() -{ - OSL_FAIL( "UnoControlModel::getInfoHelper() not possible!" ); - return *(::cppu::IPropertyArrayHelper*) NULL; -} - // ------------------------------------------------------------------ template sal_Bool convertType(Any& _rConvertedValue, const Any& _rNewValueTest, const TYPE* /* _pTypeDisambiguation */) -- cgit