summaryrefslogtreecommitdiff
path: root/chart2/source/inc/ServiceMacros.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/ServiceMacros.hxx')
-rw-r--r--chart2/source/inc/ServiceMacros.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/inc/ServiceMacros.hxx b/chart2/source/inc/ServiceMacros.hxx
index 03b5fe4a4cc7..ad6ad440049c 100644
--- a/chart2/source/inc/ServiceMacros.hxx
+++ b/chart2/source/inc/ServiceMacros.hxx
@@ -36,13 +36,13 @@ namespace apphelper
#define APPHELPER_XSERVICEINFO_DECL() \
virtual OUString SAL_CALL \
getImplementationName() \
- throw( ::com::sun::star::uno::RuntimeException, std::exception ); \
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; \
virtual sal_Bool SAL_CALL \
supportsService( const OUString& ServiceName ) \
- throw( ::com::sun::star::uno::RuntimeException, std::exception ); \
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; \
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL \
getSupportedServiceNames() \
- throw( ::com::sun::star::uno::RuntimeException, std::exception ); \
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; \
\
static OUString getImplementationName_Static(); \
static ::com::sun::star::uno::Sequence< OUString > \