[Libreoffice-commits] core.git: sw/source
Miklos Vajna
vmiklos at collabora.co.uk
Tue Dec 10 11:44:19 PST 2013
sw/source/filter/ww8/docxtablestyleexport.cxx | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
New commits:
commit b5eb2ce5aa44fb250f40a43958914b5af5e21795
Author: Miklos Vajna <vmiklos at collabora.co.uk>
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},
More information about the Libreoffice-commits
mailing list