summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/LineChartType.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/template/LineChartType.hxx')
-rw-r--r--chart2/source/model/template/LineChartType.hxx24
1 files changed, 18 insertions, 6 deletions
diff --git a/chart2/source/model/template/LineChartType.hxx b/chart2/source/model/template/LineChartType.hxx
index e0db220f1e91..ca7ac9def0ad 100644
--- a/chart2/source/model/template/LineChartType.hxx
+++ b/chart2/source/model/template/LineChartType.hxx
@@ -34,7 +34,19 @@ public:
::com::sun::star::uno::XComponentContext > const & xContext );
virtual ~LineChartType();
- APPHELPER_XSERVICEINFO_DECL()
+ //TODO: are these actually used (given they are not SAL_OVERRIDE)?
+ virtual OUString SAL_CALL
+ getImplementationName()
+ throw( ::com::sun::star::uno::RuntimeException, std::exception );
+ virtual sal_Bool SAL_CALL
+ supportsService( const OUString& ServiceName )
+ throw( ::com::sun::star::uno::RuntimeException, std::exception );
+ virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL
+ getSupportedServiceNames()
+ throw( ::com::sun::star::uno::RuntimeException, std::exception );
+ static OUString getImplementationName_Static();
+ static ::com::sun::star::uno::Sequence< OUString >
+ getSupportedServiceNames_Static();
/// establish methods for factory instatiation
APPHELPER_SERVICE_FACTORY_HELPER( LineChartType )
@@ -44,21 +56,21 @@ protected:
// ____ XChartType ____
virtual OUString SAL_CALL getChartType()
- throw (::com::sun::star::uno::RuntimeException, std::exception);
+ throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
// ____ OPropertySet ____
virtual ::com::sun::star::uno::Any GetDefaultValue( sal_Int32 nHandle ) const
- throw(::com::sun::star::beans::UnknownPropertyException);
- virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper();
+ throw(::com::sun::star::beans::UnknownPropertyException) SAL_OVERRIDE;
+ virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper() SAL_OVERRIDE;
// ____ XPropertySet ____
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL
getPropertySetInfo()
- throw (::com::sun::star::uno::RuntimeException, std::exception);
+ throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
// ____ XCloneable ____
virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable > SAL_CALL createClone()
- throw (::com::sun::star::uno::RuntimeException, std::exception);
+ throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};
} // namespace chart