summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-09-18 10:24:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-09-18 13:47:29 +0200
commite6e619b380880cb0ccba993cedcfb294d7d4527e (patch)
tree4fc7fb2b11a050336292117728a5308f596feb52 /svtools
parentcb315646e2cecd9bc31806064ee285403ba5c46e (diff)
aFocusRect in CheckBoxControl is unused
ever since commit ff09f8d6ef2c613037f039dbcafcad6b76243a48 Date: Thu Mar 27 13:40:07 2003 +0000 MWS_SRX644: migrate branch mws_srx644 -> HEAD Change-Id: I71905a95a86757be59abeee6140ef57516176a6a
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/brwbox/ebbcontrols.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/brwbox/ebbcontrols.cxx b/svtools/source/brwbox/ebbcontrols.cxx
index 41d5d0896145..1f0083646498 100644
--- a/svtools/source/brwbox/ebbcontrols.cxx
+++ b/svtools/source/brwbox/ebbcontrols.cxx
@@ -298,7 +298,7 @@ namespace svt
{
Control::Paint(rRenderContext, rClientRect);
if (HasFocus())
- ShowFocus(aFocusRect);
+ ShowFocus(tools::Rectangle());
}
@@ -307,7 +307,7 @@ namespace svt
switch (rEvt.GetType())
{
case MouseNotifyEvent::GETFOCUS:
- ShowFocus(aFocusRect);
+ ShowFocus(tools::Rectangle());
break;
case MouseNotifyEvent::LOSEFOCUS:
HideFocus();