[Libreoffice-commits] core.git: sw/source
Stephan Bergmann
sbergman at redhat.com
Wed Jul 4 21:04:57 UTC 2018
sw/source/uibase/inc/cfgitems.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 94813abf417250725bbfb09a9bc3a5ffd56f0e7a
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jul 4 17:38:27 2018 +0200
Dead declaration
...without a matching definition. (And the now implicitly-declared copy
assignment op will be defined as deleted, as the SfxPoolItem base class has a
deleted copy assignment op.)
Change-Id: I5dbe2954bf920a902f44d72fde3c481386633d54
Reviewed-on: https://gerrit.libreoffice.org/56962
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sw/source/uibase/inc/cfgitems.hxx b/sw/source/uibase/inc/cfgitems.hxx
index 79c2fb7780bf..c2187d2b0aa9 100644
--- a/sw/source/uibase/inc/cfgitems.hxx
+++ b/sw/source/uibase/inc/cfgitems.hxx
@@ -124,7 +124,6 @@ public:
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
virtual bool operator==( const SfxPoolItem& ) const override;
- SwShadowCursorItem& operator=( const SwShadowCursorItem& );
void FillViewOptions( SwViewOption& rVOpt) const;
More information about the Libreoffice-commits
mailing list