summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-07-08 09:24:31 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-07-08 09:27:21 +0900
commitefcc7e0e3131aeb865431f706b7565263b1c2fc1 (patch)
tree4df810a72e72b54ab8b702b34e5ac8ff5ec44a33 /svl
parent502246c3a8f70239df9c4003e2ff779b573c3db6 (diff)
Drop unused nSfxFlagVal
It has gone at 0e73ffc339ff51fc610de5fcbad0aef813610f36. Change-Id: I98fcdfe4861e47fbd33ff620971f247bee89290e
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/flagitem.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/svl/source/items/flagitem.cxx b/svl/source/items/flagitem.cxx
index dbd4cfe4bcb0..c0c85af1772f 100644
--- a/svl/source/items/flagitem.cxx
+++ b/svl/source/items/flagitem.cxx
@@ -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);