diff options
Diffstat (limited to 'sc/inc/dpshttab.hxx')
-rw-r--r-- | sc/inc/dpshttab.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx index 7387d3ec2e1e..e18c3ba8e9b5 100644 --- a/sc/inc/dpshttab.hxx +++ b/sc/inc/dpshttab.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dpshttab.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:48 $ + * last change: $Author: sab $ $Date: 2002-09-06 08:54:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,6 +92,7 @@ class ScSheetDPData : public ScDPTableData { private: ScSheetDPData_Impl* pImpl; + BOOL* pSpecial; public: ScSheetDPData( ScDocument* pD, const ScSheetSourceDesc& rDesc ); |