Kaydet (Commit) 4af664af authored tarafından Michael Stahl's avatar Michael Stahl

this looks more like a "merge" than c34cc212

Change-Id: I36307a8b676327b050cb5b5073325131a62bbebd
üst c34cc212
......@@ -292,7 +292,7 @@ void sw_frmitems_MergeXMLVertPos( SvxGraphicPosition& ePos,
case GPOS_LT:
case GPOS_LM:
case GPOS_LB:
ePos = eVert;
ePos = GPOS_MT==eVert ? GPOS_LT : (GPOS_MM==eVert ? GPOS_LM : GPOS_LB);
break;
case GPOS_MT:
......
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