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

New commits:
commit 4e3c8933bfe274874cbec203cd9345559822df9d
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Jun 20 15:31:37 2023 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Mon Jul 3 18:43:50 2023 +0200

    Drop unused include
    
    ...left over by c33e81615c85eb9acd5956973e3bbc27ea068b41
    "loplugin:unusedmethods" (cf. abandoned
    <https://gerrit.libreoffice.org/c/core/+/153329>
    "-Werror,-Wunused-private-field")
    
    SwShadowCursor::m_aCol became unused with
    f9f7cfc080c3adb751ceca96be4ca5440de4a2b6 "tdf#122970 Fix direct cursor 
leaving
    screen trail", which in turn caused all of the following to become unused, 
too:
    the second parameter of the SwShadowCursor ctor;
    SwViewOption::GetDirectCursorColor; SwViewOption::m_aColorConfig; and
    ColorConfigEntry::WRITERDIRECTCURSOR.
    
    Change-Id: I34d1249c4ddcb9fbfeb9bf97388a980d3a0334e6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153880
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/sw/source/uibase/inc/shdwcrsr.hxx 
b/sw/source/uibase/inc/shdwcrsr.hxx
index c3743077818b..55f94f4563dd 100644
--- a/sw/source/uibase/inc/shdwcrsr.hxx
+++ b/sw/source/uibase/inc/shdwcrsr.hxx
@@ -20,7 +20,6 @@
 #define INCLUDED_SW_SOURCE_UIBASE_INC_SHDWCRSR_HXX
 
 #include <tools/gen.hxx>
-#include <tools/color.hxx>
 #include <vcl/vclptr.hxx>
 #include <vcl/window.hxx>
 #include <limits.h>

Reply via email to