summaryrefslogtreecommitdiff
path: root/sc/inc/dpsave.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2010-01-28 19:03:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2010-01-28 19:03:55 +0000
commit25d44e2d80584ecf435d91232049e371c960be2a (patch)
tree73cf5b499c01298716a0190f5ba6b92bca4a8d52 /sc/inc/dpsave.hxx
parent87435fda334e9ac833968193524b9bb0ff276c97 (diff)
parentbce8c1c3ae219d2b2a6c76e0599c33eec90d8d57 (diff)
koheidatapilot03: merge with DEV300_m57
Diffstat (limited to 'sc/inc/dpsave.hxx')
-rw-r--r--sc/inc/dpsave.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/dpsave.hxx b/sc/inc/dpsave.hxx
index e8a7420ffcbc..86093ac8614b 100644
--- a/sc/inc/dpsave.hxx
+++ b/sc/inc/dpsave.hxx
@@ -137,7 +137,6 @@ public:
void SetName( const String& rNew ); // used if the source dim was renamed (groups)
void SetOrientation(USHORT nNew);
- void SetSubTotals(BOOL bSet); // to be removed!
void SetSubTotals(long nCount, const USHORT* pFuncs);
long GetSubTotalsCount() const { return nSubTotalCount; }
USHORT GetSubTotalFunc(long nIndex) const { return pSubTotalFuncs[nIndex]; }