sw/source/core/unocore/unoportenum.cxx | 2 +- sw/source/filter/ww8/docxsdrexport.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 226df017ee949429657dea20e2d21e2775e4d162 Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Fri Sep 11 09:13:09 2015 +0200 sw: indentation fixes Change-Id: I7cf97f06053275fa229bbd24a06f7b0104f024fb diff --git a/sw/source/core/unocore/unoportenum.cxx b/sw/source/core/unocore/unoportenum.cxx index b90039b..447c02c 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 71a357e..361a9f5d 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits