diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-08-23 21:46:45 -0700 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-08-23 21:46:45 -0700 |
commit | a87c8748f99d208f78c739dbefae776a089d9bb6 (patch) | |
tree | 33a91cb1b7ca362a6c429e0f7bc05eab0976bd27 /unusedcode.easy | |
parent | e1a1091d0ae61ba46c6d063a92db0b7d1ce65942 (diff) |
Delete class XGradientTable
It seems that we don't use it...
Class XFillGradientItem referenses it as a parameter which is never passed;
however, the code is: "if(!isIndex()) else Table->" which will always fail
if the Item is an Index. This makes me belive that the XFillGradientItem
class could be simplifed to not be based on the NameOrIndex class.
Diffstat (limited to 'unusedcode.easy')
-rw-r--r-- | unusedcode.easy | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unusedcode.easy b/unusedcode.easy index 9c4ebf58ae9b..ca236932fa89 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -1752,9 +1752,6 @@ XFillGradientItem::XFillGradientItem(SfxItemPool*) XFillHatchItem::XFillHatchItem(SfxItemPool*) XFillHatchItem::XFillHatchItem(int, XHatch const&) XFormTextShadowColorItem::XFormTextShadowColorItem(int, Color const&) -XGradientTable::Remove(long) -XGradientTable::Replace(long, XGradientEntry*) -XGradientTable::XGradientTable(String const&, XOutdevItemPool*, unsigned short, unsigned short) XHatchTable::Remove(long) XHatchTable::Replace(long, XHatchEntry*) XHatchTable::XHatchTable(String const&, XOutdevItemPool*, unsigned short, unsigned short) |