summaryrefslogtreecommitdiff
path: root/chart2/source/model/inc/DataSeries.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/inc/DataSeries.hxx')
-rw-r--r--chart2/source/model/inc/DataSeries.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/chart2/source/model/inc/DataSeries.hxx b/chart2/source/model/inc/DataSeries.hxx
index 0636de652e6d..8940547072ee 100644
--- a/chart2/source/model/inc/DataSeries.hxx
+++ b/chart2/source/model/inc/DataSeries.hxx
@@ -33,7 +33,6 @@
#include <com/sun/star/uno/XComponentContext.hpp>
// helper classes
-#include "ServiceMacros.hxx"
#include <cppuhelper/implbase8.hxx>
#include <comphelper/uno3.hxx>
#include <osl/mutex.hxx>
@@ -80,7 +79,15 @@ public:
return (::cppu::OWeakObject *)new DataSeries( xContext );
}
/// XServiceInfo declarations
- APPHELPER_XSERVICEINFO_DECL()
+ virtual OUString SAL_CALL getImplementationName()
+ throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
+ throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
+ throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+
+ static OUString getImplementationName_Static();
+ static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
/// merge XInterface implementations
DECLARE_XINTERFACE()