Kaydet (Commit) 2730107f authored tarafından Jaskaran Singh's avatar Jaskaran Singh Kaydeden (comit) Markus Mohrhard

Fix getDirection for border in orcus interface

Change-Id: I43077c6b61d883826476ab1234d6b70abadcae0a
üst d909d788
......@@ -805,13 +805,13 @@ SvxBoxItemLine getDirection(os::border_direction_t dir)
return SvxBoxItemLine::RIGHT;
break;
case os::border_direction_t::left:
return SvxBoxItemLine::RIGHT;
return SvxBoxItemLine::LEFT;
break;
case os::border_direction_t::top:
return SvxBoxItemLine::RIGHT;
return SvxBoxItemLine::TOP;
break;
case os::border_direction_t::bottom:
return SvxBoxItemLine::RIGHT;
return SvxBoxItemLine::BOTTOM;
break;
default:
break;
......
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