summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbastyles.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbastyles.hxx')
-rw-r--r--sw/source/ui/vba/vbastyles.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/vba/vbastyles.hxx b/sw/source/ui/vba/vbastyles.hxx
index 78b85ab3de26..07897774a887 100644
--- a/sw/source/ui/vba/vbastyles.hxx
+++ b/sw/source/ui/vba/vbastyles.hxx
@@ -33,14 +33,14 @@ public:
virtual css::uno::Any SAL_CALL Item(const css::uno::Any& Index1, const css::uno::Any& Index2)
throw (css::lang::IndexOutOfBoundsException, css::script::BasicErrorException,
- css::uno::RuntimeException) SAL_OVERRIDE;
+ css::uno::RuntimeException) override;
// XEnumerationAccess
- virtual css::uno::Type SAL_CALL getElementType() throw (css::uno::RuntimeException) SAL_OVERRIDE;
- virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() throw (css::uno::RuntimeException) SAL_OVERRIDE;
- virtual css::uno::Any createCollectionObject(const css::uno::Any&) SAL_OVERRIDE;
+ virtual css::uno::Type SAL_CALL getElementType() throw (css::uno::RuntimeException) override;
+ virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() throw (css::uno::RuntimeException) override;
+ virtual css::uno::Any createCollectionObject(const css::uno::Any&) override;
// XHelperInterface
- virtual OUString getServiceImplName() SAL_OVERRIDE;
- virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE;
+ virtual OUString getServiceImplName() override;
+ virtual css::uno::Sequence<OUString> getServiceNames() override;
};
#endif