diff options
author | Niklas Nebel <nn@openoffice.org> | 2010-12-08 12:27:11 +0100 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2010-12-08 12:27:11 +0100 |
commit | 26dc810e5b6ff7b63be8b3d856c86200167dccd6 (patch) | |
tree | 684336f3634ed1f403b77e81a9e23d90d70382de /sc/inc | |
parent | f01cd8248f9968c8851b4a02474dc483055e4814 (diff) |
dr78: remove unused member
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dpobject.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx index e1b88919dad6..008a2e29fab5 100644 --- a/sc/inc/dpobject.hxx +++ b/sc/inc/dpobject.hxx @@ -106,7 +106,6 @@ private: ScDPOutput* pOutput; BOOL bSettingsChanged; BOOL bAlive; // FALSE if only used to hold settings - sal_uInt16 mnAutoFormatIndex; BOOL bAllowMove; long nHeaderRows; // page fields plus filter button bool mbHeaderLayout; // TRUE : grid, FALSE : standard @@ -150,9 +149,6 @@ public: void SetOutRange(const ScRange& rRange); const ScRange& GetOutRange() const { return aOutRange; } - void SetAutoFormatIndex (const sal_uInt16 nIndex); - sal_uInt16 GetAutoFormatIndex() const; - void SetHeaderLayout(bool bUseGrid); bool GetHeaderLayout() const; |