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 /include/unotools/configitem.hxx | |
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 'include/unotools/configitem.hxx')
-rw-r--r-- | include/unotools/configitem.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/unotools/configitem.hxx b/include/unotools/configitem.hxx index a4188872aea0..00452d5c89b4 100644 --- a/include/unotools/configitem.hxx +++ b/include/unotools/configitem.hxx @@ -63,9 +63,7 @@ namespace utl CONFIG_NAME_PLAINTEXT_NAME, // unescaped local node name, for user display etc. CONFIG_NAME_LOCAL_NAME, // local node name, for use in XNameAccess etc. ("Item", "Q & A") CONFIG_NAME_LOCAL_PATH, // one-level relative path, for use when building paths etc. ("Item", "Typ['Q & A']") - CONFIG_NAME_FULL_PATH, // full absolute path. ("/org.openoffice.Sample/Group/Item", "/org.openoffice.Sample/Set/Typ['Q & A']") - - CONFIG_NAME_DEFAULT = CONFIG_NAME_LOCAL_PATH // default format + CONFIG_NAME_FULL_PATH // full absolute path. ("/org.openoffice.Sample/Group/Item", "/org.openoffice.Sample/Set/Typ['Q & A']") }; class ConfigChangeListener_Impl; |