diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-12 08:33:08 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-04-12 08:33:32 +0200 |
commit | 7c99b5586d7cb145079129470fdbf720399eee3c (patch) | |
tree | 71015148cefc130aa7d5b4ecd4e1284b4b2d7563 /sw/inc/ndgrf.hxx | |
parent | dc0d98590f07c7dae4504b7ed0c0127794f032d8 (diff) |
clang-tidy performance-unnecessary-value-param in sw
Change-Id: I3e030743b640d5a5f6b3bf4a4e9ba50ccd001287
Diffstat (limited to 'sw/inc/ndgrf.hxx')
-rw-r--r-- | sw/inc/ndgrf.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndgrf.hxx b/sw/inc/ndgrf.hxx index 7b960c9c8a32..3c29befdf9d2 100644 --- a/sw/inc/ndgrf.hxx +++ b/sw/inc/ndgrf.hxx @@ -195,7 +195,7 @@ public: bool IsLinkedInputStreamReady() const { return mbLinkedInputStreamReady;} void TriggerAsyncRetrieveInputStream(); void ApplyInputStream( - css::uno::Reference<css::io::XInputStream> xInputStream, + const css::uno::Reference<css::io::XInputStream>& xInputStream, const bool bIsStreamReadOnly ); void UpdateLinkWithInputStream(); bool IsAsyncRetrieveInputStreamPossible() const; |