From 98da362f1691734437cb37f902fb1cdab613ac0a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 9 Jun 2016 16:47:40 +0100 Subject: EndSaveFocus return value is unused Change-Id: I746e47b118a8b8c687c435371e2bdf2dc22cbf88 --- include/vcl/window.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 3a3e98043d80..3224d33879a5 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -1133,7 +1133,7 @@ public: bool IsCompoundControl() const; static VclPtr SaveFocus(); - static bool EndSaveFocus( const VclPtr& xFocusWin, bool bRestore = true ); + static void EndSaveFocus( const VclPtr& xFocusWin, bool bRestore = true ); void CaptureMouse(); void ReleaseMouse(); -- cgit