summaryrefslogtreecommitdiff
path: root/include/vcl/settings.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-03 15:59:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-06 05:48:02 +0000
commit8b2ffb280b494253dbdb8abd4230fbb6f1d78db0 (patch)
tree9b2c4ea2895a0b96bcd858387fc8a283a3e55d75 /include/vcl/settings.hxx
parent005ef926c692f790cd319130243cb053ef9af26c (diff)
loplugin:unusedenumconstants in vcl
- drop TTCR_GLYPHSEQ - drop ImageType::Invalid - give preedit_data_t a default constructor, so my plugin spots that the eState field is being initalised to DontKnow effectively by a memset - document ToolbarIconSize::Small as unused, but can't remove since it might be stored in a user-setting somewhere Change-Id: I94b34bba83a04de16f95e4faec95b4bd29f3c652 Reviewed-on: https://gerrit.libreoffice.org/33887 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/settings.hxx')
-rw-r--r--include/vcl/settings.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx
index 343559d7e080..7fef45785e27 100644
--- a/include/vcl/settings.hxx
+++ b/include/vcl/settings.hxx
@@ -227,7 +227,7 @@ namespace o3tl
enum class ToolbarIconSize
{
Unknown = 0,
- Small = 1,
+ Small = 1, // unused
Large = 2,
Size32 = 3,
};