summaryrefslogtreecommitdiff
path: root/forms/source/xforms/xpathlib/extension.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/xpathlib/extension.hxx')
-rw-r--r--forms/source/xforms/xpathlib/extension.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/xforms/xpathlib/extension.hxx b/forms/source/xforms/xpathlib/extension.hxx
index 37f5ca33307b..b1b4f64f1940 100644
--- a/forms/source/xforms/xpathlib/extension.hxx
+++ b/forms/source/xforms/xpathlib/extension.hxx
@@ -51,8 +51,8 @@ public:
css::uno::Reference< css::xforms::XModel > getModel() { return m_aModel;}
css::uno::Reference< css::xml::dom::XNode > getContextNode() { return m_aContextNode;}
- virtual css::xml::xpath::Libxml2ExtensionHandle SAL_CALL getLibxml2ExtensionHandle() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- virtual void SAL_CALL initialize(const css::uno::Sequence< css::uno::Any >& aSequence) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual css::xml::xpath::Libxml2ExtensionHandle SAL_CALL getLibxml2ExtensionHandle() throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL initialize(const css::uno::Sequence< css::uno::Any >& aSequence) throw (css::uno::RuntimeException, std::exception) override;
};