summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbadialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbadialog.hxx')
-rw-r--r--sw/source/ui/vba/vbadialog.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/vba/vbadialog.hxx b/sw/source/ui/vba/vbadialog.hxx
index f8737ed1e0e9..d07a0308c125 100644
--- a/sw/source/ui/vba/vbadialog.hxx
+++ b/sw/source/ui/vba/vbadialog.hxx
@@ -33,10 +33,10 @@ public:
virtual ~SwVbaDialog() {}
// Methods
- virtual OUString mapIndexToName( sal_Int32 nIndex );
+ virtual OUString mapIndexToName( sal_Int32 nIndex ) SAL_OVERRIDE;
// XHelperInterface
- virtual OUString getServiceImplName();
- virtual css::uno::Sequence<OUString> getServiceNames();
+ virtual OUString getServiceImplName() SAL_OVERRIDE;
+ virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE;
};
#endif // INCLUDED_SW_SOURCE_UI_VBA_VBADIALOG_HXX