summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2013-12-10 20:39:43 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-12-10 20:43:43 +0100
commitb5eb2ce5aa44fb250f40a43958914b5af5e21795 (patch)
treeb4ec27a105a2317221185e86839dfdaf033f6dfb
parent4614af18d3e033e0eed27db3d4c897afb8c8baa1 (diff)
DocxTableStyleExport: whitespace fixes
Change-Id: I2888be395e137ebc1f25cdc13626ec4265461523
-rw-r--r--sw/source/filter/ww8/docxtablestyleexport.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/docxtablestyleexport.cxx b/sw/source/filter/ww8/docxtablestyleexport.cxx
index af96d5f4bfa5..fb1ddbdeaeac 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},