summaryrefslogtreecommitdiff
path: root/sc/inc/miscuno.hxx
diff options
context:
space:
mode:
authorJustin Malcolm <malcolm.justin@gmail.com>2010-09-29 14:14:15 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-09-29 14:14:15 -0400
commit31018e35b1984aad1f01a389b1fd3428d52acf6e (patch)
tree80c65287ee3064cb5208daa0d78f1d97bc37c6ce /sc/inc/miscuno.hxx
parentda4c41c60b8224888486111c1bc01c813ff670c5 (diff)
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)
Diffstat (limited to 'sc/inc/miscuno.hxx')
-rw-r--r--sc/inc/miscuno.hxx109
1 files changed, 0 insertions, 109 deletions
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: