diff options
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()? |