summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltbli.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmltbli.cxx')
-rw-r--r--sw/source/filter/xml/xmltbli.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx
index 2d9877396a51..7025f9efb2f1 100644
--- a/sw/source/filter/xml/xmltbli.cxx
+++ b/sw/source/filter/xml/xmltbli.cxx
@@ -359,7 +359,7 @@ void SwXMLTableRow_Impl::Expand( sal_uInt32 nCells, bool bOneCell )
for (size_t i = m_Cells.size(); i < nCells; ++i)
{
m_Cells.push_back(o3tl::make_unique<SwXMLTableCell_Impl>(
- 1UL, (bOneCell) ? nColSpan : 1UL));
+ 1UL, bOneCell ? nColSpan : 1UL));
nColSpan--;
}