diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-20 16:36:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-20 20:27:24 +0100 |
commit | b0aae2e6b6a634fef3a1e174659b39d643d22841 (patch) | |
tree | 0767d9c73a3c3c72249834d68cebeae392e7dc85 /cui | |
parent | d7cab304e7dd22fd12443a1ee3b6a9c463bf9a3d (diff) |
loplugin:unusedfields
Change-Id: Ic036265f4e0b41108c5b72f0142b0aaf88d10713
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89118
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/cfg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx index fa825b92f207..70fa752f62c8 100644 --- a/cui/source/inc/cfg.hxx +++ b/cui/source/inc/cfg.hxx @@ -20,6 +20,7 @@ #define INCLUDED_CUI_SOURCE_INC_CFG_HXX #include <vcl/transfer.hxx> +#include <vcl/timer.hxx> #include <vcl/weld.hxx> #include <svtools/valueset.hxx> |