diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-26 13:38:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-26 13:38:26 +0000 |
commit | 97d649bc8ca0ebb1f67a348133179e31eb9e1ee5 (patch) | |
tree | 9399eed3a31282f3af53c26ae776ea15f3fd5645 /sd/source | |
parent | ba0fa519f443ea2ee7910ddfef829af5a8ec5add (diff) |
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/view/viewshel.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx index 8ad2001dd..d9efe7c46 100644 --- a/sd/source/ui/view/viewshel.cxx +++ b/sd/source/ui/view/viewshel.cxx @@ -812,11 +812,7 @@ void ViewShell::Resize (void) // end of included AdjustPosSizePixel. Size aS (GetParentWindow()->GetOutputSizePixel()); - Size aVisSizePixel = GetActiveWindow()->GetOutputSizePixel(); - Rectangle aVisArea = GetParentWindow()->PixelToLogic( - Rectangle( Point(0,0), aVisSizePixel)); Rectangle aCurrentVisArea (GetDocSh()->GetVisArea(ASPECT_CONTENT)); - Rectangle aWindowRect = GetActiveWindow()->LogicToPixel(aCurrentVisArea); if (GetDocSh()->GetCreateMode() == SFX_CREATE_MODE_EMBEDDED && IsMainViewShell()) { |