diff options
Diffstat (limited to 'sc/source/ui/inc/olinewin.hxx')
-rw-r--r-- | sc/source/ui/inc/olinewin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/olinewin.hxx b/sc/source/ui/inc/olinewin.hxx index f94a95cc04a9..2fce780ba218 100644 --- a/sc/source/ui/inc/olinewin.hxx +++ b/sc/source/ui/inc/olinewin.hxx @@ -47,7 +47,7 @@ private: size_t mnMTLevel; /// Mouse tracking: Level of active button. size_t mnMTEntry; /// Mouse tracking: Entry index of active button. bool mbMTActive; /// Mouse tracking active? - bool mbMTPressed; /// Mouse tracking: Button currently drawed pressed? + bool mbMTPressed; /// Mouse tracking: Button currently drawn pressed? tools::Rectangle maFocusRect; /// Focus rectangle on screen. size_t mnFocusLevel; /// Level of focused button. |