diff options
author | Daniel Rentz <dr@openoffice.org> | 2000-11-03 14:56:03 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2000-11-03 14:56:03 +0000 |
commit | 1d248f54668a945650d9ca3d0deabff826d7a22b (patch) | |
tree | 41139d1d50269a359401a37532d0661df9a4ce0e /sc/inc/rangeutl.hxx | |
parent | 425c77acb22fc6d2cfbcacd82a66f3fdd651609b (diff) |
fix: allow single cell addresses in consolidation dialog
Diffstat (limited to 'sc/inc/rangeutl.hxx')
-rw-r--r-- | sc/inc/rangeutl.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/rangeutl.hxx b/sc/inc/rangeutl.hxx index f458469aa84e..4a46b016ac9c 100644 --- a/sc/inc/rangeutl.hxx +++ b/sc/inc/rangeutl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: rangeutl.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:49 $ + * last change: $Author: dr $ $Date: 2000-11-03 15:50:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,7 +109,8 @@ public: BOOL IsAbsTabArea ( const String& rAreaStr, ScDocument* pDoc, ScArea*** pppAreas = 0, - USHORT* pAreaCount = 0 ) const; + USHORT* pAreaCount = 0, + BOOL bAcceptCellRef = FALSE ) const; BOOL IsAbsArea ( const String& rAreaStr, ScDocument* pDoc, |