summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-03-08 13:27:14 +0000
committerNiklas Nebel <nn@openoffice.org>2001-03-08 13:27:14 +0000
commit613bfb7cd8c2306cde471d8d5ea4241c597843b2 (patch)
tree8a271775067ffa08f13fd06b3617bfbbb039a669 /sc/inc/dpobject.hxx
parentcheck range overflow and errors from source (diff)
downloadcore-613bfb7cd8c2306cde471d8d5ea4241c597843b2.tar.gz
core-613bfb7cd8c2306cde471d8d5ea4241c597843b2.zip
GetNewOutputRange: check for error from output object
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index b0d3a64abc02..bb61b207162a 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dpobject.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:48 $
+ * last change: $Author: nn $ $Date: 2001-03-08 14:27:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,7 +149,7 @@ public:
void InvalidateSource();
void Output();
- ScRange GetNewOutputRange();
+ ScRange GetNewOutputRange( BOOL& rOverflow );
void SetSaveData(const ScDPSaveData& rData);
ScDPSaveData* GetSaveData() const { return pSaveData; }