diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-11 09:13:09 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-11 09:25:20 +0200 |
commit | 226df017ee949429657dea20e2d21e2775e4d162 (patch) | |
tree | f85487a0d396538437fbd39dcd004f9d5a924994 | |
parent | 29ec512e8c00984e13cf24accf81ad7c24d8e877 (diff) |
sw: indentation fixes
Change-Id: I7cf97f06053275fa229bbd24a06f7b0104f024fb
-rw-r--r-- | sw/source/core/unocore/unoportenum.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/docxsdrexport.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/unocore/unoportenum.cxx b/sw/source/core/unocore/unoportenum.cxx index b90039bdc3ae..447c02c1f619 100644 --- a/sw/source/core/unocore/unoportenum.cxx +++ b/sw/source/core/unocore/unoportenum.cxx @@ -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" ); } diff --git a/sw/source/filter/ww8/docxsdrexport.cxx b/sw/source/filter/ww8/docxsdrexport.cxx index 71a357e6dabb..361a9f5d4c8f 100644 --- a/sw/source/filter/ww8/docxsdrexport.cxx +++ b/sw/source/filter/ww8/docxsdrexport.cxx @@ -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; |