summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-01-11 15:33:23 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-01-11 23:37:11 -0500
commitecb7b8b698e47015b23cd4f7f7812df55c682a1f (patch)
treefdfae4248350d424ed48424973f445b9316f9a85 /sc/inc/dpobject.hxx
parentfix crash with new personas when notifying windows (diff)
downloadcore-ecb7b8b698e47015b23cd4f7f7812df55c682a1f.tar.gz
core-ecb7b8b698e47015b23cd4f7f7812df55c682a1f.zip
Let's remove this underused bAlive flag....
It's no longer that useful in today's pivot table design. Change-Id: I665a7707126793dfde17a2221ba563d22a59aad1
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index b74db73e0266..fc8d066d2be0 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -100,7 +100,6 @@ private:
long nHeaderRows; // page fields plus filter button
bool mbHeaderLayout:1; // true : grid, false : standard
bool bAllowMove:1;
- bool bAlive:1; // false if only used to hold settings
bool bSettingsChanged:1;
bool mbEnableGetPivotData:1;
@@ -120,12 +119,6 @@ public:
void EnableGetPivotData(bool b);
- /**
- * When a DP object is "alive", it has table output on a sheet. This flag
- * doesn't really change the behavior of the object, but is used only for
- * testing purposes.
- */
- void SetAlive(bool bSet);
void SetAllowMove(bool bSet);
void InvalidateData();