diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-11-29 21:23:30 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-03 20:19:16 +0100 |
commit | 8759c6b5e57e7cf7574f04e9b4685a67d23fc6d5 (patch) | |
tree | 3a6ab17b3ff7eddd581c6c6bb037184774a83d57 /sw/inc/fmturl.hxx | |
parent | 21104454f97d401c8f308ee3f468c66ff323c483 (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/fmturl.hxx')
-rw-r--r-- | sw/inc/fmturl.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/fmturl.hxx b/sw/inc/fmturl.hxx index 3a0ea0ba8e16..f7f472b558bb 100644 --- a/sw/inc/fmturl.hxx +++ b/sw/inc/fmturl.hxx @@ -40,12 +40,9 @@ class SW_DLLPUBLIC SwFormatURL: public SfxPoolItem bool bIsServerMap; ///< A ServerSideImageMap with the URL. - SwFormatURL& operator=( const SwFormatURL& ) = delete; - public: SwFormatURL(); - /// @@@ copy construction allowed, but assignment is not? @@@ SwFormatURL( const SwFormatURL& ); virtual ~SwFormatURL() override; |