summaryrefslogtreecommitdiff
path: root/forms/source/component/RadioButton.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-02-21 10:01:15 +0000
committerFrank Schönheit <fs@openoffice.org>2001-02-21 10:01:15 +0000
commit2432470efea36df481ddb87156aafa8c7fbe765e (patch)
treec39e42d55ec253eaecdb9cb3f19f6914d3f1d272 /forms/source/component/RadioButton.hxx
parentdf1b4c1f5f92b29135a7c552993f4a27953689cd (diff)
overload createPeer - disable AutoToggle on the peer
Diffstat (limited to 'forms/source/component/RadioButton.hxx')
-rw-r--r--forms/source/component/RadioButton.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/forms/source/component/RadioButton.hxx b/forms/source/component/RadioButton.hxx
index a5b57c86a195..7349f1be30c9 100644
--- a/forms/source/component/RadioButton.hxx
+++ b/forms/source/component/RadioButton.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RadioButton.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2000-11-23 08:48:15 $
+ * last change: $Author: fs $ $Date: 2001-02-21 11:01:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -152,6 +152,10 @@ public:
// XServiceInfo
IMPLEMENTATION_NAME(ORadioButtonControl);
virtual StringSequence SAL_CALL getSupportedServiceNames() throw(::com::sun::star::uno::RuntimeException);
+
+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);
};
//.........................................................................