From 2f002e3a49da3fb797d564864acb34f6dc61f9de Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 24 Aug 2012 12:34:22 +0100 Subject: having two SetPosSizePixel is a blasted nuisance Lets rename the multiargument SetPosSizePixel to setPosSizePixel drop the various using Window::SetPosSizePixel and work towards de-virtualizing SetPosSizePixel/SetPosPixel and SetSizePixel and doing the work in a virtual setPosSizePixel Change-Id: I7057654168001b67becee1791e97f9e9dc01f7b8 --- vcl/inc/ilstbox.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/ilstbox.hxx') diff --git a/vcl/inc/ilstbox.hxx b/vcl/inc/ilstbox.hxx index 3743a3c7309d..5cd3a973c0ba 100644 --- a/vcl/inc/ilstbox.hxx +++ b/vcl/inc/ilstbox.hxx @@ -556,7 +556,7 @@ public: Size CalcFloatSize(); void StartFloat( sal_Bool bStartTracking ); - virtual void SetPosSizePixel( long nX, long nY, + virtual void setPosSizePixel( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags = WINDOW_POSSIZE_ALL ); void SetPosSizePixel( const Point& rNewPos, const Size& rNewSize ) { FloatingWindow::SetPosSizePixel( rNewPos, rNewSize ); } -- cgit v1.2.3