diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-25 11:38:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-25 21:13:49 +0100 |
commit | a5dbc997bff8f7fe61ddc848f48c880a6e67e448 (patch) | |
tree | 7518b1d7c918effdbc41749d031cde110a357ae3 /svx | |
parent | f1512bb979245a22f07b7e34bd923d7ca6b52ac7 (diff) |
drop archaic rollable support
Change-Id: I69f94cd8013a31f8f6bcf62d703b99f659a1ebb4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111555
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/engine3d/float3d.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx index b21609d724b1..c16ec0e1e2fc 100644 --- a/svx/source/engine3d/float3d.cxx +++ b/svx/source/engine3d/float3d.cxx @@ -2150,8 +2150,7 @@ void Svx3DWin::GetAttr( SfxItemSet& rAttrs ) void Svx3DWin::Resize() { - if ( !IsFloatingMode() || - !GetFloatingWindow()->IsRollUp() ) + if (!IsFloatingMode()) { Size aWinSize( GetOutputSizePixel() ); // why rSize in Resizing()? |