summaryrefslogtreecommitdiff
path: root/hwpfilter/source/formula.h
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-24 11:41:00 +0200
committerNoel Grandin <noel@peralex.com>2016-06-24 11:41:00 +0200
commit6247ff3fed5373a0079f899e816743909d0a62f8 (patch)
treec997243fac3dd5b17b653b0c4a32c48c2c21e935 /hwpfilter/source/formula.h
parent19ebfdbadc214ea3f8dc27d926ce46674b1f184c (diff)
loplugin:singlevalfields in hwpfilter
Change-Id: I53adaca40f0cce6c155f3e35e92809dc6b2a4ab9
Diffstat (limited to 'hwpfilter/source/formula.h')
-rw-r--r--hwpfilter/source/formula.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hwpfilter/source/formula.h b/hwpfilter/source/formula.h
index 7d371ecf3914..9ca846910241 100644
--- a/hwpfilter/source/formula.h
+++ b/hwpfilter/source/formula.h
@@ -38,7 +38,6 @@ public:
: pList(nullptr)
{
eq = _eq;
- isHwpEQ = 1;
trim();
}
virtual ~Formula(){ }
@@ -77,7 +76,6 @@ private:
Reference< XAttributeList > rList;
AttributeListImpl *pList;
char *eq;
- int isHwpEQ;
};
#endif