summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-02-25 11:38:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-02-25 21:13:49 +0100
commita5dbc997bff8f7fe61ddc848f48c880a6e67e448 (patch)
tree7518b1d7c918effdbc41749d031cde110a357ae3 /svx
parentf1512bb979245a22f07b7e34bd923d7ca6b52ac7 (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.cxx3
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()?