sw/source/filter/ww8/docxtablestyleexport.cxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
New commits: commit b5eb2ce5aa44fb250f40a43958914b5af5e21795 Author: Miklos Vajna <[email protected]> Date: Tue Dec 10 20:39:43 2013 +0100 DocxTableStyleExport: whitespace fixes Change-Id: I2888be395e137ebc1f25cdc13626ec4265461523 diff --git a/sw/source/filter/ww8/docxtablestyleexport.cxx b/sw/source/filter/ww8/docxtablestyleexport.cxx index af96d5f..fb1ddbd 100644 --- a/sw/source/filter/ww8/docxtablestyleexport.cxx +++ b/sw/source/filter/ww8/docxtablestyleexport.cxx @@ -95,7 +95,8 @@ void DocxTableStyleExport::TableStyles() void DocxTableStyleExport::Impl::tableStyleTblCellMar(uno::Sequence<beans::PropertyValue>& rTblCellMar, sal_Int32 nType) { - static DocxStringTokenMap const aTblCellMarTokens[] = { + static DocxStringTokenMap const aTblCellMarTokens[] = + { {"left", XML_left}, {"right", XML_right}, {"start", XML_start}, @@ -125,7 +126,8 @@ void DocxTableStyleExport::Impl::tableStyleTblCellMar(uno::Sequence<beans::Prope void DocxTableStyleExport::Impl::tableStyleTcBorder(sal_Int32 nToken, const uno::Sequence<beans::PropertyValue>& rTcBorder) { - static DocxStringTokenMap const aTcBorderTokens[] = { + static DocxStringTokenMap const aTcBorderTokens[] = + { {"val", XML_val}, {"sz", XML_sz}, {"color", XML_color}, @@ -149,7 +151,8 @@ void DocxTableStyleExport::Impl::tableStyleTcBorder(sal_Int32 nToken, const uno: void DocxTableStyleExport::Impl::tableStyleTcBorders(uno::Sequence<beans::PropertyValue>& rTcBorders, sal_Int32 nToken) { - static DocxStringTokenMap const aTcBordersTokens[] = { + static DocxStringTokenMap const aTcBordersTokens[] = + { {"left", XML_left}, {"right", XML_right}, {"start", XML_start}, _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
