summaryrefslogtreecommitdiff
path: root/sc/inc/rangeutl.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2000-11-03 14:56:03 +0000
committerDaniel Rentz <dr@openoffice.org>2000-11-03 14:56:03 +0000
commit1d248f54668a945650d9ca3d0deabff826d7a22b (patch)
tree41139d1d50269a359401a37532d0661df9a4ce0e /sc/inc/rangeutl.hxx
parent425c77acb22fc6d2cfbcacd82a66f3fdd651609b (diff)
fix: allow single cell addresses in consolidation dialog
Diffstat (limited to 'sc/inc/rangeutl.hxx')
-rw-r--r--sc/inc/rangeutl.hxx7
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,