summaryrefslogtreecommitdiff
path: root/vcl/source/window/dlgctrl.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-09 14:26:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-09 15:08:37 +0200
commit8a8aa4b1af74a4f4bdd40271cc2ff0bd578252c2 (patch)
treeaee77d1283b98243eafdf7b1a0218d1a800b5a43 /vcl/source/window/dlgctrl.cxx
parenta35df7f88161956f92e1d501c83a32f927268f98 (diff)
clang-analyzer-deadcode.DeadStores
Change-Id: Ib9eae95b8ace37d31e905bc098c67de97b7816e3
Diffstat (limited to 'vcl/source/window/dlgctrl.cxx')
-rw-r--r--vcl/source/window/dlgctrl.cxx2
1 files changed, 0 insertions, 2 deletions
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
{