Kaydet (Commit) 2d3517d8 authored tarafından Takeshi Abe's avatar Takeshi Abe Kaydeden (comit) Michael Stahl

Fix a regression introduced at 3d30077a

Change-Id: I245bff2ac179381b7eef7c276bbade15b0a57938
Reviewed-on: https://gerrit.libreoffice.org/16082Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 85e926ff
...@@ -1271,8 +1271,8 @@ const SdrObject* SwFEShell::GetBestObject( bool bNext, GotoObjFlags eType, bool ...@@ -1271,8 +1271,8 @@ const SdrObject* SwFEShell::GetBestObject( bool bNext, GotoObjFlags eType, bool
Point aTopPos( nTmp, nTmp ); Point aTopPos( nTmp, nTmp );
Point aCurPos; Point aCurPos;
Point aPos; Point aPos;
bool bNoDraw(GotoObjFlags::DrawAny & eType); bool bNoDraw((GotoObjFlags::DrawAny & eType) == GotoObjFlags::NONE);
bool bNoFly(GotoObjFlags::FlyAny & eType); bool bNoFly((GotoObjFlags::FlyAny & eType) == GotoObjFlags::NONE);
if( !bNoFly && bNoDraw ) if( !bNoFly && bNoDraw )
{ {
......
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