[Libreoffice-commits] core.git: svl/source

Takeshi Abe tabe at fixedpoint.jp
Mon Jul 7 17:28:03 PDT 2014


 svl/source/items/flagitem.cxx |   11 -----------
 1 file changed, 11 deletions(-)

New commits:
commit efcc7e0e3131aeb865431f706b7565263b1c2fc1
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Jul 8 09:24:31 2014 +0900

    Drop unused nSfxFlagVal
    
    It has gone at 0e73ffc339ff51fc610de5fcbad0aef813610f36.
    
    Change-Id: I98fcdfe4861e47fbd33ff620971f247bee89290e

diff --git a/svl/source/items/flagitem.cxx b/svl/source/items/flagitem.cxx
index dbd4cfe..c0c85af 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);
 
 


More information about the Libreoffice-commits mailing list