summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit/controls
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2002-09-05 07:54:42 +0000
committerMalte Timmermann <mt@openoffice.org>2002-09-05 07:54:42 +0000
commit339eda00addce58dfc3d935772900c3a8c86072a (patch)
treed0966901d08108632ea4191430b2cc844ca73a12 /toolkit/inc/toolkit/controls
parent27fa0410210f429e3347a4bcc9fb0fc4bc5d0a3d (diff)
#96986# UnoEditControl must use XTextComponent::setText to update peer with text property, otherwise listeners are not called
Diffstat (limited to 'toolkit/inc/toolkit/controls')
-rw-r--r--toolkit/inc/toolkit/controls/unocontrols.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/controls/unocontrols.hxx b/toolkit/inc/toolkit/controls/unocontrols.hxx
index 5f3ed99c5d67..68786a30e9eb 100644
--- a/toolkit/inc/toolkit/controls/unocontrols.hxx
+++ b/toolkit/inc/toolkit/controls/unocontrols.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unocontrols.hxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: mt $ $Date: 2002-09-05 07:37:05 $
+ * last change: $Author: mt $ $Date: 2002-09-05 08:51:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -359,6 +359,8 @@ public:
::rtl::OUString GetComponentServiceName();
TextListenerMultiplexer& GetTextListeners() { return maTextListeners; }
+ void ImplSetPeerProperty( const ::rtl::OUString& rPropName, const ::com::sun::star::uno::Any& rVal );
+
::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException) { return UnoControlBase::queryInterface(rType); }
::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException);
void SAL_CALL acquire() throw() { OWeakAggObject::acquire(); }