diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-06-20 15:31:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-07-03 18:43:50 +0200 |
commit | 4e3c8933bfe274874cbec203cd9345559822df9d (patch) | |
tree | 7405decde7bb537b0c2a9003f9bc22c81692f47c /sw | |
parent | 75f7501f1caae5177ad0ff562eb9f0392a06f9bc (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/inc/shdwcrsr.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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> |