summaryrefslogtreecommitdiff
path: root/sc/inc/dpshttab.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-09-06 07:54:28 +0000
committerSascha Ballach <sab@openoffice.org>2002-09-06 07:54:28 +0000
commitaaa792e4a65a980daabe64151b66d4fcf7bef5c1 (patch)
treec43582b60e382b9dbef06f7d859864958f54fe32 /sc/inc/dpshttab.hxx
parent5044cc1d372473d54ce10783ea9c323768bc14e5 (diff)
#102925#; add member pSpecial
Diffstat (limited to 'sc/inc/dpshttab.hxx')
-rw-r--r--sc/inc/dpshttab.hxx5
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 );