summaryrefslogtreecommitdiff
path: root/include/editeng/flstitem.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-11-12 20:00:46 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-13 07:11:39 +0100
commitc8c5072a2f20d58807c233a1b62ded406931db78 (patch)
tree9055dd867cb21214c8911eecfa2933a8b4361246 /include/editeng/flstitem.hxx
parent8d4a44d176fc7e80d6c5f13b1e73069967b9593b (diff)
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 <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/flstitem.hxx')
-rw-r--r--include/editeng/flstitem.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/editeng/flstitem.hxx b/include/editeng/flstitem.hxx
index 527a38544c0b..72948d94fc70 100644
--- a/include/editeng/flstitem.hxx
+++ b/include/editeng/flstitem.hxx
@@ -44,7 +44,6 @@ private:
public:
SvxFontListItem( const FontList* pFontLst,
const sal_uInt16 nId );
- SvxFontListItem( const SvxFontListItem& rItem );
virtual bool operator==( const SfxPoolItem& ) const override;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;