diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-11 08:42:15 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-11 09:48:17 +0200 |
commit | e5da350e4dd9b175c2f50cb392b23a805dac9a27 (patch) | |
tree | 1abf5f6a2342a09895ade05a92a3550897c14e38 /sfx2/source/sidebar/AccessibleTitleBar.cxx | |
parent | c85cda1eb461d1b27b49ad746e2b2299908b9e75 (diff) |
loplugin: defaultparams
Change-Id: Ibff26c023655d36f0fa71ead399a6116c2988607
Diffstat (limited to 'sfx2/source/sidebar/AccessibleTitleBar.cxx')
-rw-r--r-- | sfx2/source/sidebar/AccessibleTitleBar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/AccessibleTitleBar.cxx b/sfx2/source/sidebar/AccessibleTitleBar.cxx index 0d2597ba9659..e0f68a4a5354 100644 --- a/sfx2/source/sidebar/AccessibleTitleBar.cxx +++ b/sfx2/source/sidebar/AccessibleTitleBar.cxx @@ -32,7 +32,7 @@ namespace sfx2 { namespace sidebar { Reference<accessibility::XAccessible> AccessibleTitleBar::Create (TitleBar& rTitleBar) { - rTitleBar.GetComponentInterface(true); + rTitleBar.GetComponentInterface(); VCLXWindow* pWindow = rTitleBar.GetWindowPeer(); if (pWindow != NULL) return new Accessible(new AccessibleTitleBar(pWindow)); |