summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2002-09-16 06:50:53 +0000
committerPeter Burow <pb@openoffice.org>2002-09-16 06:50:53 +0000
commitf0d4614df8b23e75a8f799229b0c2b742e16b9bc (patch)
tree81d7b15c573886c86370112543b8b940dc9a5c53
parentd6eb12ff691327b861a2b21ece72a8439e341f7a (diff)
fix: #103150# SetNoSelection() added
-rw-r--r--svtools/inc/ivctrl.hxx6
-rw-r--r--svtools/source/contnr/ivctrl.cxx9
2 files changed, 11 insertions, 4 deletions
diff --git a/svtools/inc/ivctrl.hxx b/svtools/inc/ivctrl.hxx
index 35bee1117578..332910923cf8 100644
--- a/svtools/inc/ivctrl.hxx
+++ b/svtools/inc/ivctrl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ivctrl.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: fs $ $Date: 2002-09-13 12:19:08 $
+ * last change: $Author: pb $ $Date: 2002-09-16 07:50:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -410,6 +410,8 @@ public:
Rectangle GetBoundingBox( SvxIconChoiceCtrlEntry* pEntry ) const;
Rectangle GetEntryCharacterBounds( const sal_Int32 _nEntryPos, const sal_Int32 _nCharacterIndex ) const;
+ void SetNoSelection();
+
// ACCESSIBILITY ==========================================================
void AddEventListener( const Link& rEventListener );
diff --git a/svtools/source/contnr/ivctrl.cxx b/svtools/source/contnr/ivctrl.cxx
index e19c6011033f..359363b191e6 100644
--- a/svtools/source/contnr/ivctrl.cxx
+++ b/svtools/source/contnr/ivctrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ivctrl.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: pb $ $Date: 2002-09-16 07:24:18 $
+ * last change: $Author: pb $ $Date: 2002-09-16 07:50:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -648,6 +648,11 @@ Rectangle SvtIconChoiceCtrl::GetEntryCharacterBounds( const sal_Int32 _nEntryPos
return aRect;
}
+void SvtIconChoiceCtrl::SetNoSelection()
+{
+ _pImp->SetNoSelection();
+}
+
void SvtIconChoiceCtrl::AddEventListener( const Link& rEventListener )
{
_pImp->AddEventListener( rEventListener );