diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2017-05-17 18:55:55 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-05-18 00:29:08 +0300 |
commit | de67c7b13f984b10cd745510783298b110d63ab2 (patch) | |
tree | bbf13f84f66e3147b3a264b0fa58b583fd4bd478 /include | |
parent | d5d020327bdd37cf490a2e1931d5d8dd6f221dbb (diff) |
Unused consts
Change-Id: I4ff37a15fd7aae8c0bb1b9aea60c0ca33a1e520b
Diffstat (limited to 'include')
-rw-r--r-- | include/framework/menuconfiguration.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/framework/menuconfiguration.hxx b/include/framework/menuconfiguration.hxx index ef266b454ac0..066d0634b7e4 100644 --- a/include/framework/menuconfiguration.hxx +++ b/include/framework/menuconfiguration.hxx @@ -36,9 +36,6 @@ #include <vcl/menu.hxx> #include <vcl/toolbox.hxx> -const sal_uInt16 START_ITEMID_PICKLIST = 4500; -const sal_uInt16 END_ITEMID_PICKLIST = 4599; -const sal_uInt16 MAX_ITEMCOUNT_PICKLIST = 99; // difference between START_... & END_... for picklist / must be changed too, if these values are changed! const sal_uInt16 START_ITEMID_WINDOWLIST = 4600; const sal_uInt16 END_ITEMID_WINDOWLIST = 4699; const sal_uInt16 ITEMID_ADDONLIST = 6678; // used to be a SID in sfx2, now just a unique id... |