summaryrefslogtreecommitdiffstats
path: root/sc/inc/rangeseq.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-10-18 17:22:16 +0000
committerNiklas Nebel <nn@openoffice.org>2000-10-18 17:22:16 +0000
commitff1a0586c6b86bc8c5bc5c787b867406e94a59b6 (patch)
treef5dd91eb98071d68140983726db7cb86b15881c7 /sc/inc/rangeseq.hxx
parent#79613# (diff)
downloadcore-ff1a0586c6b86bc8c5bc5c787b867406e94a59b6.tar.gz
core-ff1a0586c6b86bc8c5bc5c787b867406e94a59b6.zip
#79625# FillMixedArray: argument bAllowNV
Diffstat (limited to 'sc/inc/rangeseq.hxx')
-rw-r--r--sc/inc/rangeseq.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/rangeseq.hxx b/sc/inc/rangeseq.hxx
index 29f506aedf53..88933b10bcf3 100644
--- a/sc/inc/rangeseq.hxx
+++ b/sc/inc/rangeseq.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rangeseq.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:49 $
+ * last change: $Author: nn $ $Date: 2000-10-18 18:22:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,7 +91,8 @@ public:
static BOOL FillStringArray( com::sun::star::uno::Any& rAny,
const ScMatrix* pMatrix, SvNumberFormatter* pFormatter );
static BOOL FillMixedArray( com::sun::star::uno::Any& rAny,
- ScDocument* pDoc, const ScRange& rRange );
+ ScDocument* pDoc, const ScRange& rRange,
+ BOOL bAllowNV = FALSE );
static BOOL FillMixedArray( com::sun::star::uno::Any& rAny,
const ScMatrix* pMatrix );
};