diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-09 14:26:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-10 10:09:59 +0200 |
commit | c3a3e646c921eb4fd03bd0dd772274bc36cc7510 (patch) | |
tree | 9d9dc6dadc43f50716deb615647224788550621a /include/toolkit | |
parent | 70fca3e901e41fa52589eb3f06e6839c4a8582de (diff) |
loplugin:constantparam in toolkit
Change-Id: I45d6c37bfe17ef686b50d688698bcc3a7f3cc311
Diffstat (limited to 'include/toolkit')
-rw-r--r-- | include/toolkit/controls/unocontrol.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/controls/unocontrol.hxx b/include/toolkit/controls/unocontrol.hxx index ba9519e5a940..fd5fa0a0f618 100644 --- a/include/toolkit/controls/unocontrol.hxx +++ b/include/toolkit/controls/unocontrol.hxx @@ -116,7 +116,7 @@ protected: virtual void updateFromModel(); void peerCreated(); bool ImplCheckLocalize( OUString& _rPossiblyLocalizable ); - css::uno::Reference< css::awt::XWindowPeer > ImplGetCompatiblePeer( bool bAcceptExistingPeer ); + css::uno::Reference< css::awt::XWindowPeer > ImplGetCompatiblePeer(); virtual void ImplSetPeerProperty( const OUString& rPropName, const css::uno::Any& rVal ); virtual void PrepareWindowDescriptor( css::awt::WindowDescriptor& rDesc ); virtual void ImplModelPropertiesChanged( const css::uno::Sequence< css::beans::PropertyChangeEvent >& rEvents ); |