From 31018e35b1984aad1f01a389b1fd3428d52acf6e Mon Sep 17 00:00:00 2001 From: Justin Malcolm Date: Wed, 29 Sep 2010 14:14:15 -0400 Subject: I think that this eliminates the remaining //UNUSED comments There were still some of these comments (actually, a lot of them). The most recent attachment should get rid of the last of them. (fd#30442) --- sc/inc/miscuno.hxx | 109 ----------------------------------------------------- 1 file changed, 109 deletions(-) (limited to 'sc/inc/miscuno.hxx') diff --git a/sc/inc/miscuno.hxx b/sc/inc/miscuno.hxx index d1958eccceac..eeceae4ee829 100644 --- a/sc/inc/miscuno.hxx +++ b/sc/inc/miscuno.hxx @@ -123,56 +123,6 @@ public: throw(::com::sun::star::uno::RuntimeException); }; -//UNUSED2008-05 class ScEmptyEnumerationAccess : public cppu::WeakImplHelper2< -//UNUSED2008-05 com::sun::star::container::XEnumerationAccess, -//UNUSED2008-05 com::sun::star::lang::XServiceInfo > -//UNUSED2008-05 { -//UNUSED2008-05 public: -//UNUSED2008-05 ScEmptyEnumerationAccess(); -//UNUSED2008-05 virtual ~ScEmptyEnumerationAccess(); -//UNUSED2008-05 -//UNUSED2008-05 // XEnumerationAccess -//UNUSED2008-05 virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > SAL_CALL -//UNUSED2008-05 createEnumeration() throw(::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 -//UNUSED2008-05 // XElementAccess -//UNUSED2008-05 virtual ::com::sun::star::uno::Type SAL_CALL getElementType() -//UNUSED2008-05 throw(::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 -//UNUSED2008-05 // XServiceInfo -//UNUSED2008-05 virtual ::rtl::OUString SAL_CALL getImplementationName( ) -//UNUSED2008-05 throw(::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) -//UNUSED2008-05 throw(::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) -//UNUSED2008-05 throw(::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 }; - -//UNUSED2008-05 class ScEmptyEnumeration : public cppu::WeakImplHelper2< -//UNUSED2008-05 com::sun::star::container::XEnumeration, -//UNUSED2008-05 com::sun::star::lang::XServiceInfo > -//UNUSED2008-05 { -//UNUSED2008-05 public: -//UNUSED2008-05 ScEmptyEnumeration(); -//UNUSED2008-05 virtual ~ScEmptyEnumeration(); -//UNUSED2008-05 -//UNUSED2008-05 // XEnumeration -//UNUSED2008-05 virtual sal_Bool SAL_CALL hasMoreElements() throw(::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 virtual ::com::sun::star::uno::Any SAL_CALL nextElement() -//UNUSED2008-05 throw(::com::sun::star::container::NoSuchElementException, -//UNUSED2008-05 ::com::sun::star::lang::WrappedTargetException, -//UNUSED2008-05 ::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 -//UNUSED2008-05 // XServiceInfo -//UNUSED2008-05 virtual ::rtl::OUString SAL_CALL getImplementationName( ) -//UNUSED2008-05 throw(::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) -//UNUSED2008-05 throw(::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) -//UNUSED2008-05 throw(::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 }; - // new (uno 3) variant class ScNameToIndexAccess : public cppu::WeakImplHelper2< com::sun::star::container::XIndexAccess, @@ -209,65 +159,6 @@ public: throw(::com::sun::star::uno::RuntimeException); }; -//UNUSED2008-05 class ScPrintSettingsObj : public cppu::WeakImplHelper2< -//UNUSED2008-05 com::sun::star::beans::XPropertySet, -//UNUSED2008-05 com::sun::star::lang::XServiceInfo > -//UNUSED2008-05 { -//UNUSED2008-05 public: -//UNUSED2008-05 ScPrintSettingsObj(); -//UNUSED2008-05 virtual ~ScPrintSettingsObj(); -//UNUSED2008-05 -//UNUSED2008-05 // XPropertySet -//UNUSED2008-05 virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > -//UNUSED2008-05 SAL_CALL getPropertySetInfo() -//UNUSED2008-05 throw(::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName, -//UNUSED2008-05 const ::com::sun::star::uno::Any& aValue ) -//UNUSED2008-05 throw(::com::sun::star::beans::UnknownPropertyException, -//UNUSED2008-05 ::com::sun::star::beans::PropertyVetoException, -//UNUSED2008-05 ::com::sun::star::lang::IllegalArgumentException, -//UNUSED2008-05 ::com::sun::star::lang::WrappedTargetException, -//UNUSED2008-05 ::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue( -//UNUSED2008-05 const ::rtl::OUString& PropertyName ) -//UNUSED2008-05 throw(::com::sun::star::beans::UnknownPropertyException, -//UNUSED2008-05 ::com::sun::star::lang::WrappedTargetException, -//UNUSED2008-05 ::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, -//UNUSED2008-05 const ::com::sun::star::uno::Reference< -//UNUSED2008-05 ::com::sun::star::beans::XPropertyChangeListener >& xListener ) -//UNUSED2008-05 throw(::com::sun::star::beans::UnknownPropertyException, -//UNUSED2008-05 ::com::sun::star::lang::WrappedTargetException, -//UNUSED2008-05 ::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, -//UNUSED2008-05 const ::com::sun::star::uno::Reference< -//UNUSED2008-05 ::com::sun::star::beans::XPropertyChangeListener >& aListener ) -//UNUSED2008-05 throw(::com::sun::star::beans::UnknownPropertyException, -//UNUSED2008-05 ::com::sun::star::lang::WrappedTargetException, -//UNUSED2008-05 ::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 virtual void SAL_CALL addVetoableChangeListener( const ::rtl::OUString& PropertyName, -//UNUSED2008-05 const ::com::sun::star::uno::Reference< -//UNUSED2008-05 ::com::sun::star::beans::XVetoableChangeListener >& aListener ) -//UNUSED2008-05 throw(::com::sun::star::beans::UnknownPropertyException, -//UNUSED2008-05 ::com::sun::star::lang::WrappedTargetException, -//UNUSED2008-05 ::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 virtual void SAL_CALL removeVetoableChangeListener( const ::rtl::OUString& PropertyName, -//UNUSED2008-05 const ::com::sun::star::uno::Reference< -//UNUSED2008-05 ::com::sun::star::beans::XVetoableChangeListener >& aListener ) -//UNUSED2008-05 throw(::com::sun::star::beans::UnknownPropertyException, -//UNUSED2008-05 ::com::sun::star::lang::WrappedTargetException, -//UNUSED2008-05 ::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 -//UNUSED2008-05 // XServiceInfo -//UNUSED2008-05 virtual ::rtl::OUString SAL_CALL getImplementationName( ) -//UNUSED2008-05 throw(::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) -//UNUSED2008-05 throw(::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) -//UNUSED2008-05 throw(::com::sun::star::uno::RuntimeException); -//UNUSED2008-05 }; - - class SC_DLLPUBLIC ScUnoHelpFunctions { public: -- cgit