From fe1f1247fad782bdf43322532fdeb1ba9f03135a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 25 Oct 2016 11:24:19 +0200 Subject: loplugin:expandablemethods in vcl Change-Id: I1876e203d3a3a5fa36d83a9b282ba49429c1da2a Reviewed-on: https://gerrit.libreoffice.org/30261 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/inc/brdwin.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'vcl/inc/brdwin.hxx') diff --git a/vcl/inc/brdwin.hxx b/vcl/inc/brdwin.hxx index e42ca6429407..3e02d049bf5f 100644 --- a/vcl/inc/brdwin.hxx +++ b/vcl/inc/brdwin.hxx @@ -109,9 +109,6 @@ private: void ImplInit( vcl::Window* pParent, WinBits nStyle, BorderWindowStyle nTypeStyle, SystemParentData* pParentData ); - void ImplInit( vcl::Window* pParent, - WinBits nStyle, BorderWindowStyle nTypeStyle, - const css::uno::Any& ); ImplBorderWindow (const ImplBorderWindow &) = delete; ImplBorderWindow& operator= (const ImplBorderWindow &) = delete; -- cgit