summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbapane.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbapane.hxx')
-rw-r--r--sw/source/ui/vba/vbapane.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/vba/vbapane.hxx b/sw/source/ui/vba/vbapane.hxx
index 6ec4a180eb98..1c14443b69f2 100644
--- a/sw/source/ui/vba/vbapane.hxx
+++ b/sw/source/ui/vba/vbapane.hxx
@@ -35,12 +35,12 @@ public:
virtual ~SwVbaPane();
// Methods
- virtual css::uno::Any SAL_CALL View( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- virtual void SAL_CALL Close( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual css::uno::Any SAL_CALL View( ) throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL Close( ) throw (css::uno::RuntimeException, std::exception) 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 // INCLUDED_SW_SOURCE_UI_VBA_VBAPANE_HXX