summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-07-04 07:37:00 +0000
committerPeter Burow <pb@openoffice.org>2001-07-04 07:37:00 +0000
commite8fb65fe1cc614c64a8471d6c84267f05e06584d (patch)
tree5d3d1bc93739c01b1a97f55eb0927ef1e1cedbd3 /svtools/inc
parent037d266b48dadbcabad84041b7ac32fca69a54dc (diff)
fix: #88536# SetCursorPos() added
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/ivctrl.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/inc/ivctrl.hxx b/svtools/inc/ivctrl.hxx
index 94b1f852bf33..3fbfc64c829d 100644
--- a/svtools/inc/ivctrl.hxx
+++ b/svtools/inc/ivctrl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ivctrl.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: pb $ $Date: 2001-05-07 10:27:44 $
+ * last change: $Author: pb $ $Date: 2001-07-04 08:34:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -347,6 +347,7 @@ public:
ULONG GetEntryCount() const;
SvxIconChoiceCtrlEntry* GetEntry( ULONG nPos ) const;
ULONG GetEntryListPos( SvxIconChoiceCtrlEntry* ) const;
+ void SetCursor( SvxIconChoiceCtrlEntry* pEntry );
// Neu-Berechnung gecachter View-Daten und Invalidierung im Fenster
void InvalidateEntry( SvxIconChoiceCtrlEntry* );