summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8attributeoutput.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/ww8attributeoutput.hxx
parent58806ee799072776e04d49d95dcba525575f9ce7 (diff)
clang-tidy performance-unnecessary-value-param in sw
Change-Id: I6cd0d28dade01366b087aebff894b6f003d87b31
Diffstat (limited to 'sw/source/filter/ww8/ww8attributeoutput.hxx')
-rw-r--r--sw/source/filter/ww8/ww8attributeoutput.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8attributeoutput.hxx b/sw/source/filter/ww8/ww8attributeoutput.hxx
index 68216d26bfa6..9404b6ff1183 100644
--- a/sw/source/filter/ww8/ww8attributeoutput.hxx
+++ b/sw/source/filter/ww8/ww8attributeoutput.hxx
@@ -482,7 +482,7 @@ protected:
void OutputWW8AttributeCTL( sal_uInt8 nId, bool bVal );
void TableCellBorders(
- ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInner );
+ ww8::WW8TableNodeInfoInner::Pointer_t const & pTableTextNodeInfoInner );
};