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/unotbl.hxx | |
parent | dc0d98590f07c7dae4504b7ed0c0127794f032d8 (diff) |
clang-tidy performance-unnecessary-value-param in sw
Change-Id: I3e030743b640d5a5f6b3bf4a4e9ba50ccd001287
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r-- | sw/inc/unotbl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index a80a57dddfeb..f7ea6062db18 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -425,12 +425,12 @@ private: class Impl; ::sw::UnoImplPtr<Impl> m_pImpl; - SwXCellRange(sw::UnoCursorPointer pCursor, SwFrameFormat& rFrameFormat, SwRangeDescriptor& rDesc); + SwXCellRange(const sw::UnoCursorPointer& pCursor, SwFrameFormat& rFrameFormat, SwRangeDescriptor& rDesc); virtual ~SwXCellRange(); public: static ::rtl::Reference<SwXCellRange> CreateXCellRange( - sw::UnoCursorPointer pCursor, SwFrameFormat& rFrameFormat, + const sw::UnoCursorPointer& pCursor, SwFrameFormat& rFrameFormat, SwRangeDescriptor& rDesc); static const css::uno::Sequence< sal_Int8 > & getUnoTunnelId(); |