From 8a8aa4b1af74a4f4bdd40271cc2ff0bd578252c2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 9 Oct 2015 14:26:59 +0200 Subject: clang-analyzer-deadcode.DeadStores Change-Id: Ib9eae95b8ace37d31e905bc098c67de97b7816e3 --- vcl/source/window/dlgctrl.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'vcl') diff --git a/vcl/source/window/dlgctrl.cxx b/vcl/source/window/dlgctrl.cxx index 105ba5a0fee5..097f3ef95e8e 100644 --- a/vcl/source/window/dlgctrl.cxx +++ b/vcl/source/window/dlgctrl.cxx @@ -346,8 +346,6 @@ vcl::Window* ImplFindDlgCtrlWindow( vcl::Window* pParent, vcl::Window* pWindow, rFormStart = nFormStart; // find end of template - nFormEnd = nFormStart; - pTempWindow = pSWindow; sal_Int32 nIteration = 0; do { -- cgit v1.2.3