Kaydet (Commit) de67c7b1 authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky

Unused consts

Change-Id: I4ff37a15fd7aae8c0bb1b9aea60c0ca33a1e520b
üst d5d02032
...@@ -36,9 +36,6 @@ ...@@ -36,9 +36,6 @@
#include <vcl/menu.hxx> #include <vcl/menu.hxx>
#include <vcl/toolbox.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 START_ITEMID_WINDOWLIST = 4600;
const sal_uInt16 END_ITEMID_WINDOWLIST = 4699; 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... const sal_uInt16 ITEMID_ADDONLIST = 6678; // used to be a SID in sfx2, now just a unique id...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment