Kaydet (Commit) 226df017 authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: indentation fixes

Change-Id: I7cf97f06053275fa229bbd24a06f7b0104f024fb
üst 29ec512e
......@@ -1392,7 +1392,7 @@ static void lcl_CreatePortions(
}
}
OSL_ENSURE((PortionStack.size() == 1) && !PortionStack.top().second,
OSL_ENSURE((PortionStack.size() == 1) && !PortionStack.top().second,
"CreatePortions: stack error" );
}
......
......@@ -524,8 +524,8 @@ void DocxSdrExport::startDMLAnchorInline(const SwFrameFormat* pFrameFormat, cons
// above the anchor line, which seems odd, but a tiny adjustment
// here to bring the top down convinces msoffice to wrap like us
if (nTwipstoEMU == 0 &&
(strcmp(relativeFromV, "line") == 0 || strcmp(relativeFromV, "paragraph") == 0) &&
(!alignV || strcmp(alignV, "top") == 0))
(strcmp(relativeFromV, "line") == 0 || strcmp(relativeFromV, "paragraph") == 0) &&
(!alignV || strcmp(alignV, "top") == 0))
{
alignV = NULL;
nTwipstoEMU = 635;
......
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