summaryrefslogtreecommitdiff
path: root/sw/inc/fmtautofmt.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-11-29 21:23:30 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-03 20:19:16 +0100
commit8759c6b5e57e7cf7574f04e9b4685a67d23fc6d5 (patch)
tree3a6ab17b3ff7eddd581c6c6bb037184774a83d57 /sw/inc/fmtautofmt.hxx
parent21104454f97d401c8f308ee3f468c66ff323c483 (diff)
clang-tidy modernize-use-equals-default in sw
also removing an odd Swap function in sw::util::Setlayer Change-Id: Ied4a4bb5a6ef3f6bdd29c40b19680600536407bc Reviewed-on: https://gerrit.libreoffice.org/45740 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/fmtautofmt.hxx')
-rw-r--r--sw/inc/fmtautofmt.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/inc/fmtautofmt.hxx b/sw/inc/fmtautofmt.hxx
index 2d82ca27cc8d..cfdbfd9c2004 100644
--- a/sw/inc/fmtautofmt.hxx
+++ b/sw/inc/fmtautofmt.hxx
@@ -30,14 +30,6 @@ class SwFormatAutoFormat: public SfxPoolItem
public:
SwFormatAutoFormat( sal_uInt16 nWhich = RES_TXTATR_AUTOFMT );
- /// single argument ctors shall be explicit.
- virtual ~SwFormatAutoFormat() override;
-
- /// @@@ public copy ctor, but no copy assignment?
- SwFormatAutoFormat( const SwFormatAutoFormat& rAttr );
-private:
- /// @@@ public copy ctor, but no copy assignment?
- SwFormatAutoFormat & operator= (const SwFormatAutoFormat &) = delete;
public: