diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-12 09:13:56 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-12 09:53:01 +0100 |
commit | c747b60fac8b10681884f557ccabebd3bb0210c3 (patch) | |
tree | c3d16d086ea54134196223ec393f20b6c527a4e0 /include | |
parent | 6e9b4cf30d9ab8d77d14813ab35f32fb63d3f7e8 (diff) |
Fix typo
Change-Id: Ic471fbbfbcc00c0bb4ee42498ddcb1005e1e7103
Reviewed-on: https://gerrit.libreoffice.org/63280
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
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 |