summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbadialogsbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbadialogsbase.hxx')
-rw-r--r--include/vbahelper/vbadialogsbase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vbahelper/vbadialogsbase.hxx b/include/vbahelper/vbadialogsbase.hxx
index 3197232d962a..1881901c81ba 100644
--- a/include/vbahelper/vbadialogsbase.hxx
+++ b/include/vbahelper/vbadialogsbase.hxx
@@ -35,8 +35,8 @@ public:
virtual ~VbaDialogsBase() {}
// XCollection
- virtual ::sal_Int32 SAL_CALL getCount() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual ::sal_Int32 SAL_CALL getCount() throw (css::uno::RuntimeException, std::exception) override;
+ virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index ) throw (css::uno::RuntimeException, std::exception) override;
};
#endif // INCLUDED_VBAHELPER_VBADIALOGSBASE_HXX