Kaydet (Commit) efcc7e0e authored tarafından Takeshi Abe's avatar Takeshi Abe

Drop unused nSfxFlagVal

It has gone at 0e73ffc3.

Change-Id: I98fcdfe4861e47fbd33ff620971f247bee89290e
üst 502246c3
......@@ -22,17 +22,6 @@
#include <svl/poolitem.hxx>
#include <tools/stream.hxx>
sal_uInt16 nSfxFlagVal[16] =
{
0x0001, 0x0002, 0x0004, 0x0008,
0x0010, 0x0020, 0x0040, 0x0080,
0x0100, 0x0200, 0x0400, 0x0800,
0x1000, 0x2000, 0x4000, 0x8000
};
TYPEINIT1(SfxFlagItem, SfxPoolItem);
......
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