From c8c5072a2f20d58807c233a1b62ded406931db78 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Sun, 12 Nov 2017 20:00:46 +0100 Subject: clang-tidy modernize-use-equals-default in editeng remove default-able copy constructors/assignments and a non-virtual default dtor. Change-Id: I3fcc23a480031a9ede00ea22ae8f5ac5e892fd9c Reviewed-on: https://gerrit.libreoffice.org/44657 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/editeng/tstpitem.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/editeng/tstpitem.hxx') diff --git a/include/editeng/tstpitem.hxx b/include/editeng/tstpitem.hxx index 34c65604bc8c..291e1c72e9fc 100644 --- a/include/editeng/tstpitem.hxx +++ b/include/editeng/tstpitem.hxx @@ -108,7 +108,6 @@ public: const sal_uInt16 nDist, const SvxTabAdjust eAdjst /*= SvxTabAdjust::Default*/, sal_uInt16 nWhich ); - SvxTabStopItem( const SvxTabStopItem& rTSI ); // Returns index of the tab or TAB_NOTFOUND sal_uInt16 GetPos( const SvxTabStop& rTab ) const; -- cgit