diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-18 10:24:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-18 13:47:29 +0200 |
commit | e6e619b380880cb0ccba993cedcfb294d7d4527e (patch) | |
tree | 4fc7fb2b11a050336292117728a5308f596feb52 /include/svtools | |
parent | cb315646e2cecd9bc31806064ee285403ba5c46e (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 'include/svtools')
-rw-r--r-- | include/svtools/editbrowsebox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx index 2e6ca0d7e71e..0e033382bfb4 100644 --- a/include/svtools/editbrowsebox.hxx +++ b/include/svtools/editbrowsebox.hxx @@ -279,7 +279,6 @@ namespace svt class SVT_DLLPUBLIC CheckBoxControl : public Control { VclPtr<CheckBox> pBox; - tools::Rectangle aFocusRect; Link<VclPtr<CheckBox>,void> m_aClickLink; Link<LinkParamNone*,void> m_aModifyLink; |