sw/source/uibase/inc/cfgitems.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 94813abf417250725bbfb09a9bc3a5ffd56f0e7a
Author: Stephan Bergmann <sberg...@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 <sberg...@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;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to