summaryrefslogtreecommitdiff
path: root/forms/source/component/RadioButton.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/RadioButton.hxx')
-rw-r--r--forms/source/component/RadioButton.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/RadioButton.hxx b/forms/source/component/RadioButton.hxx
index fbdacad7f35e..62e8246e7f3e 100644
--- a/forms/source/component/RadioButton.hxx
+++ b/forms/source/component/RadioButton.hxx
@@ -88,7 +88,7 @@ public:
protected:
// XControl
- virtual void SAL_CALL createPeer(const ::com::sun::star::uno::Reference<starawt::XToolkit>& Toolkit, const ::com::sun::star::uno::Reference<starawt::XWindowPeer>& Parent) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual void SAL_CALL createPeer(const ::com::sun::star::uno::Reference<css::awt::XToolkit>& Toolkit, const ::com::sun::star::uno::Reference<css::awt::XWindowPeer>& Parent) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};