summaryrefslogtreecommitdiff
path: root/include/rsc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-11 15:30:19 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-12 06:53:29 +0000
commit8806a86c9d1ba63259ea79dd1c955ef970ab1989 (patch)
treee5604a542bbeea91766072e420e3ea033ed97360 /include/rsc
parent18009fe8fbe3982141ddca3f1fcd0900a63150a6 (diff)
loplugin:unusedenumconstants in forms..sot
Change-Id: Ic445e1bdd012c32ef7d84aec9df908467c3296a7 Reviewed-on: https://gerrit.libreoffice.org/28055 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/rsc')
-rw-r--r--include/rsc/rsc-vcl-shared-types.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rsc/rsc-vcl-shared-types.hxx b/include/rsc/rsc-vcl-shared-types.hxx
index 80b76e543750..3603cde25c76 100644
--- a/include/rsc/rsc-vcl-shared-types.hxx
+++ b/include/rsc/rsc-vcl-shared-types.hxx
@@ -64,8 +64,7 @@ enum class ToolBoxItemBits
REPEAT = 0x0040,
DROPDOWNONLY = 0x00a0, // 0x0080 | DROPDOWN
TEXT_ONLY = 0x0100,
- ICON_ONLY = 0x0200,
- TEXTICON = 0x0300 // TEXT_ONLY | ICON_ONLY
+ ICON_ONLY = 0x0200
};
namespace o3tl
{