diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-06-29 16:34:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-06-30 15:14:14 +0200 |
commit | c33e81615c85eb9acd5956973e3bbc27ea068b41 (patch) | |
tree | d4061b481a75eab3d9d7140765adf16ebf79e201 /include/svtools | |
parent | 105f057f5b994b7d79a55ca719240839c2d45b54 (diff) |
loplugin:unusedmethods
Change-Id: I8d3402a69237b665462e04440ad73fe29e2133db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153807
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/colorcfg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/colorcfg.hxx b/include/svtools/colorcfg.hxx index 9810aac0393d..9e9d5bca7da8 100644 --- a/include/svtools/colorcfg.hxx +++ b/include/svtools/colorcfg.hxx @@ -44,7 +44,7 @@ enum ColorConfigEntry : int WRITERTEXTGRID , WRITERFIELDSHADINGS , WRITERIDXSHADINGS , - WRITERDIRECTCURSOR , + WRITERDIRECTCURSOR , // unused WRITERSCRIPTINDICATOR, WRITERSECTIONBOUNDARIES, WRITERHEADERFOOTERMARK, |