summaryrefslogtreecommitdiffstats
path: root/extensions/source/propctrlr/standardcontrol.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-11 11:54:13 +0200
committerNoel Grandin <noel@peralex.com>2016-01-11 11:59:18 +0200
commit1ea49b5baeb415038129b4f1e0b5a331b32365d5 (patch)
tree0f42199efd756a96bd55e137a9cc5eb1d414263a /extensions/source/propctrlr/standardcontrol.cxx
parentloplugin: unused return values in desktop (diff)
downloadcore-1ea49b5baeb415038129b4f1e0b5a331b32365d5.tar.gz
core-1ea49b5baeb415038129b4f1e0b5a331b32365d5.zip
loplugin:unusedmethods unused return value in extensions
Change-Id: I449ecdb734e796813384a5d015e9ecabe28079eb
Diffstat (limited to 'extensions/source/propctrlr/standardcontrol.cxx')
-rw-r--r--extensions/source/propctrlr/standardcontrol.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index 00138e56cf9b..38b136cf407f 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -1205,7 +1205,7 @@ namespace pcr
#define STD_HEIGHT 100
- bool DropDownEditControl::ShowDropDown( bool bShow )
+ void DropDownEditControl::ShowDropDown( bool bShow )
{
if (bShow)
{
@@ -1241,8 +1241,6 @@ namespace pcr
m_bDropdown = false;
m_pImplEdit->GrabFocus();
}
- return m_bDropdown;
-
}