diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/ivctrl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx index ce1f8c9e7ff7..531cc86bc251 100644 --- a/include/svtools/ivctrl.hxx +++ b/include/svtools/ivctrl.hxx @@ -264,7 +264,7 @@ public: // Re-calculation of cached view-data and invalidation of those in the view void InvalidateEntry( SvxIconChoiceCtrlEntry* pEntry ); - // Entry is selectd, if the BoundRect is selected + // Entry is selected, if the BoundRect is selected SvxIconChoiceCtrlEntry* GetEntry( const Point& rPosPixel ) const; // sal_uLong is the position of the selected element in the list |