diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-03 14:32:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-04 06:36:22 +0000 |
commit | 480f6916eff8636fbf6b980a604c6e19a099df08 (patch) | |
tree | f5cd156734d6a082dfbe3e24d06ec9f3505f8366 /sw/inc/unotbl.hxx | |
parent | 958827673309a80a710a86a9b115945547f520a0 (diff) |
loplugin:countusersofdefaultparams in sw
Change-Id: I65beb17816641cff6a07379b7ba234afe26806b3
Reviewed-on: https://gerrit.libreoffice.org/29488
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r-- | sw/inc/unotbl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index 498fe5ebbe9b..329e758afd07 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -91,7 +91,7 @@ protected: virtual void SwClientNotify(const SwModify&, const SfxHint&) override; public: - SwXCell(SwFrameFormat* pTableFormat, SwTableBox* pBox, size_t nPos = NOTFOUND); + SwXCell(SwFrameFormat* pTableFormat, SwTableBox* pBox, size_t nPos); SwXCell(SwFrameFormat* pTableFormat, const SwStartNode& rStartNode); // XML import interface |