diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/dlgctrl.cxx | 2 |
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 { |