summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/WW8TableInfo.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-19 10:49:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-19 10:49:54 +0200
commit454ab144c9f531a090a38ad23b5f50af85f1fbea (patch)
treeae1f9a7fbeb88f193d0ce6b55e022af16232f13c /sw/source/filter/ww8/WW8TableInfo.hxx
parent58806ee799072776e04d49d95dcba525575f9ce7 (diff)
clang-tidy performance-unnecessary-value-param in sw
Change-Id: I6cd0d28dade01366b087aebff894b6f003d87b31
Diffstat (limited to 'sw/source/filter/ww8/WW8TableInfo.hxx')
-rw-r--r--sw/source/filter/ww8/WW8TableInfo.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/WW8TableInfo.hxx b/sw/source/filter/ww8/WW8TableInfo.hxx
index 10378cc3837c..77e27e8efd96 100644
--- a/sw/source/filter/ww8/WW8TableInfo.hxx
+++ b/sw/source/filter/ww8/WW8TableInfo.hxx
@@ -246,9 +246,9 @@ public:
CellInfoMultiSet::const_iterator begin() const;
CellInfoMultiSet::const_iterator end() const;
- void setTableBoxVector(TableBoxVectorPtr pTableBoxVector);
- void setWidths(WidthsPtr pGridCols);
- void setRowSpans(RowSpansPtr pRowSpans);
+ void setTableBoxVector(TableBoxVectorPtr const & pTableBoxVector);
+ void setWidths(WidthsPtr const & pGridCols);
+ void setRowSpans(RowSpansPtr const & pRowSpans);
const TableBoxVectorPtr& getTableBoxVector() const { return m_pTableBoxVector;}
const WidthsPtr& getWidths() const { return m_pWidths;}