Kaydet (Commit) ce6170da authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Noel Grandin

loplugin:unusedfields in canvas

Change-Id: Ic532ebf1f929044d72ee3abca29c8275cbe837ac
Reviewed-on: https://gerrit.libreoffice.org/20078Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst 4f69d081
......@@ -30,13 +30,11 @@ namespace canvas
::basegfx::B2IPoint maPos;
::basegfx::B2ISize maSize;
::basegfx::B2IPoint maBackup;
bool bEnabled;
explicit SurfaceRect( const ::basegfx::B2ISize &rSize ) :
maPos(),
maSize(rSize),
maBackup(),
bEnabled(true)
maBackup()
{
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment