summaryrefslogtreecommitdiff
path: root/sc/inc/fielduno.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-25 15:27:52 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-26 09:58:05 -0400
commit17c6fee1f8c08d1fb9d2805295127618fad9a43b (patch)
treeda3564dcc3b009fed6ef3f5dadaad29f495dff2e /sc/inc/fielduno.hxx
parent9832505e0dedccbfbe349af4605cf31cbcb11b46 (diff)
ScHeaderFieldsObj::nType never changes and is always INVALID. Removed.
This cleans up the code quite a bit.
Diffstat (limited to 'sc/inc/fielduno.hxx')
-rw-r--r--sc/inc/fielduno.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/fielduno.hxx b/sc/inc/fielduno.hxx
index 6b535ffff8d4..572019463115 100644
--- a/sc/inc/fielduno.hxx
+++ b/sc/inc/fielduno.hxx
@@ -139,7 +139,6 @@ class ScHeaderFieldsObj : public cppu::WeakImplHelper5<
{
private:
ScHeaderFooterTextData& mrData;
- sal_uInt16 nType;
ScEditSource* mpEditSource;
/// List of refresh listeners.