Kaydet (Commit) 66e21677 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Actually there is no such thing as repeat orientation.

üst 475e0e4d
...@@ -2518,7 +2518,7 @@ void ScOutputData::DrawEditParam::adjustForHyperlinkInPDF(Point aURLStart, Outpu ...@@ -2518,7 +2518,7 @@ void ScOutputData::DrawEditParam::adjustForHyperlinkInPDF(Point aURLStart, Outpu
void ScOutputData::DrawEditStandard(DrawEditParam& rParam) void ScOutputData::DrawEditStandard(DrawEditParam& rParam)
{ {
OSL_ASSERT(rParam.meOrient == SVX_ORIENTATION_STANDARD || rParam.meOrient == SVX_ORIENTATION_REPEAT); OSL_ASSERT(rParam.meOrient == SVX_ORIENTATION_STANDARD);
OSL_ASSERT(!rParam.mbAsianVertical); OSL_ASSERT(!rParam.mbAsianVertical);
Size aRefOne = pRefDevice->PixelToLogic(Size(1,1)); Size aRefOne = pRefDevice->PixelToLogic(Size(1,1));
......
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