diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-02-26 13:28:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-02-27 11:58:36 +0100 |
commit | 58f4c0eee21839143d4ad3606b6f8fed54eaab6e (patch) | |
tree | bab352c6ff40e6f764e2d244a7e2497c2be43ec9 /vcl | |
parent | 11cd35b5a2d137de83daaad63edac69916fe5fe1 (diff) |
loplugin:unusedfields
Change-Id: Ie82cfbc8294ffb6b07e66f6cf15fd326bd551d91
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111625
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/syswin.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/syswin.cxx b/vcl/source/window/syswin.cxx index 63727cce5359..9f5ba0c4edd8 100644 --- a/vcl/source/window/syswin.cxx +++ b/vcl/source/window/syswin.cxx @@ -751,7 +751,6 @@ void SystemWindow::SetWindowStateData( const WindowStateData& rData ) if( nY + nHeight > static_cast<tools::Long>(rGeom.nHeight) ) nY = rGeom.nHeight - nHeight; setPosSizePixel( nX, nY, nWidth, nHeight, nPosSize ); - maOrgSize = Size( nWidth, nHeight ); } } |