diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-11 14:06:49 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-15 05:51:53 +0000 |
commit | d64395704e1a41e8f39e70a219ce3be90928e04d (patch) | |
tree | f04fd671709347e82752f2faa3aab30c9a0a9faf /vcl/inc/unx | |
parent | 9532f45ff009f67940c77dccd463f3088866b75e (diff) |
loplugin:unusedenumconstants in unotools..xmlhelp
Change-Id: Id7ddc0fc1f57c5e8e7fb002e31d54fb8e9f8ffab
Reviewed-on: https://gerrit.libreoffice.org/28050
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/wmadaptor.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/unx/wmadaptor.hxx b/vcl/inc/unx/wmadaptor.hxx index 2aae1ac9d5df..817cea494b85 100644 --- a/vcl/inc/unx/wmadaptor.hxx +++ b/vcl/inc/unx/wmadaptor.hxx @@ -88,7 +88,6 @@ public: WIN_APP_STATE, WIN_EXPANDED_SIZE, WIN_ICONS, - WIN_WORKSPACE_NAMES, WIN_CLIENT_LIST, // atoms for general WM hints @@ -107,7 +106,6 @@ public: SAL_USEREVENT, SAL_EXTTEXTEVENT, SAL_GETTIMEEVENT, - DTWM_IS_RUNNING, VCL_SYSTEM_SETTINGS, XSETTINGS, XEMBED, |