summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit/controls
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2001-06-18 08:25:14 +0000
committerMalte Timmermann <mt@openoffice.org>2001-06-18 08:25:14 +0000
commit83fd960c507a5f3047b18d5d805bd691f6aee6a4 (patch)
treedb5103a8f39c0ecfda1bea5d05efd6498f2f3020 /toolkit/inc/toolkit/controls
parent870899c554c643b07c29fc6def88c04605818ceb (diff)
#88278# XListBox::selectEntries: update SelectedItems property
Diffstat (limited to 'toolkit/inc/toolkit/controls')
-rw-r--r--toolkit/inc/toolkit/controls/unocontrols.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/controls/unocontrols.hxx b/toolkit/inc/toolkit/controls/unocontrols.hxx
index a630397d80d9..ccc4c28664ae 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.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: mt $ $Date: 2001-05-11 07:34:54 $
+ * last change: $Author: mt $ $Date: 2001-06-18 09:25:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -983,6 +983,7 @@ public:
UnoListBoxControl();
::rtl::OUString GetComponentServiceName();
+ void ImplUpdateSelectedItemsProperty();
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); }