summaryrefslogtreecommitdiff
path: root/sc/inc/attrib.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-01-29 22:29:09 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-01-29 22:35:30 -0500
commitef6761fd95b52fc5f444dd076478300fa448ee0d (patch)
tree30308355a68856853e6f782cae7395c0e094cb8d /sc/inc/attrib.hxx
parent5e29af062de877476f5382e8d7368c3de4409b47 (diff)
Slightly better way to skip pivot table ranges during spell check.
Change-Id: I43e45cbd11f532f35ca9f0063236850ebc2e518e
Diffstat (limited to 'sc/inc/attrib.hxx')
-rw-r--r--sc/inc/attrib.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx
index 08979c25bd21..562505de141a 100644
--- a/sc/inc/attrib.hxx
+++ b/sc/inc/attrib.hxx
@@ -94,7 +94,6 @@ public:
bool IsOverlapped() const { return ( GetValue() & ( SC_MF_HOR | SC_MF_VER ) ) != 0; }
bool HasAutoFilter() const { return ( GetValue() & SC_MF_AUTO ) != 0; }
- bool HasDPTable() const { return ( GetValue() & SC_MF_DP_TABLE ) != 0; }
bool IsScenario() const { return ( GetValue() & SC_MF_SCENARIO ) != 0; }