summaryrefslogtreecommitdiff
path: root/forms/source/xforms/enumeration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/enumeration.hxx')
-rw-r--r--forms/source/xforms/enumeration.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/xforms/enumeration.hxx b/forms/source/xforms/enumeration.hxx
index 8a7a9931f4de..6b9b24b6041f 100644
--- a/forms/source/xforms/enumeration.hxx
+++ b/forms/source/xforms/enumeration.hxx
@@ -44,12 +44,12 @@ public:
explicit Enumeration( css::container::XIndexAccess* );
virtual sal_Bool SAL_CALL hasMoreElements()
- throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::uno::RuntimeException, std::exception ) override;
virtual css::uno::Any SAL_CALL nextElement()
throw( css::container::NoSuchElementException,
css::lang::WrappedTargetException,
- css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ css::uno::RuntimeException, std::exception ) override;
};
#endif