summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/WW8TableInfo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/WW8TableInfo.cxx')
-rw-r--r--sw/source/filter/ww8/WW8TableInfo.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/WW8TableInfo.cxx b/sw/source/filter/ww8/WW8TableInfo.cxx
index 327d1cf555a6..cc1be4c35f68 100644
--- a/sw/source/filter/ww8/WW8TableInfo.cxx
+++ b/sw/source/filter/ww8/WW8TableInfo.cxx
@@ -1443,19 +1443,19 @@ CellInfoMultiSet::const_iterator WW8TableCellGridRow::end() const
return m_pCellInfos->end();
}
-void WW8TableCellGridRow::setTableBoxVector(TableBoxVectorPtr pTableBoxVector)
+void WW8TableCellGridRow::setTableBoxVector(TableBoxVectorPtr const & pTableBoxVector)
{
if (pTableBoxVector->size() > MAXTABLECELLS)
pTableBoxVector->resize(MAXTABLECELLS);
m_pTableBoxVector = pTableBoxVector;
}
-void WW8TableCellGridRow::setWidths(WidthsPtr pWidths)
+void WW8TableCellGridRow::setWidths(WidthsPtr const & pWidths)
{
m_pWidths = pWidths;
}
-void WW8TableCellGridRow::setRowSpans(RowSpansPtr pRowSpans)
+void WW8TableCellGridRow::setRowSpans(RowSpansPtr const & pRowSpans)
{
m_pRowSpans = pRowSpans;
}