summaryrefslogtreecommitdiffstats
path: root/editeng/source/items/paraitem.cxx
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 /editeng/source/items/paraitem.cxx
parentRemove OCommonAccessibleText::getText and getCharacterCount. (diff)
downloadcore-c8c5072a2f20d58807c233a1b62ded406931db78.tar.gz
core-c8c5072a2f20d58807c233a1b62ded406931db78.zip
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 'editeng/source/items/paraitem.cxx')
-rw-r--r--editeng/source/items/paraitem.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/editeng/source/items/paraitem.cxx b/editeng/source/items/paraitem.cxx
index 09b7e34106e8..b9a314be946a 100644
--- a/editeng/source/items/paraitem.cxx
+++ b/editeng/source/items/paraitem.cxx
@@ -748,13 +748,6 @@ SvxTabStopItem::SvxTabStopItem( const sal_uInt16 nTabs,
}
-SvxTabStopItem::SvxTabStopItem( const SvxTabStopItem& rTSI ) :
- SfxPoolItem( rTSI.Which() ),
- maTabStops( rTSI.maTabStops )
-{
-}
-
-
sal_uInt16 SvxTabStopItem::GetPos( const SvxTabStop& rTab ) const
{
SvxTabStopArr::const_iterator it = maTabStops.find( rTab );