diff options
author | Niklas Nebel <nn@openoffice.org> | 2000-10-18 17:22:16 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2000-10-18 17:22:16 +0000 |
commit | ff1a0586c6b86bc8c5bc5c787b867406e94a59b6 (patch) | |
tree | f5dd91eb98071d68140983726db7cb86b15881c7 /sc | |
parent | 27fb8b94ab8a352fe56ac282494c5bedcbadf5dc (diff) |
#79625# FillMixedArray: argument bAllowNV
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/rangeseq.hxx | 7 |
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 ); }; |