summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-04-08 15:32:11 +0000
committerRüdiger Timm <rt@openoffice.org>2003-04-08 15:32:11 +0000
commit5eda945049f318766f071ad0b395699d68158b5f (patch)
treef4dca44aec56c3d9f0cb950f23936efcf09d924d
parent1abb5c7a573dd734552b1ad9510a85cd2d928de5 (diff)
INTEGRATION: CWS calc06 (1.19.92); FILE MERGED
2003/03/17 18:52:05 nn 1.19.92.1: #108266# Removed parameter bMergeMark in GetSimpleArea / GetMultiArea
-rw-r--r--sc/source/ui/view/cellsh.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/view/cellsh.cxx b/sc/source/ui/view/cellsh.cxx
index 59747302d5c7..ac2b00385cc0 100644
--- a/sc/source/ui/view/cellsh.cxx
+++ b/sc/source/ui/view/cellsh.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cellsh.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: dr $ $Date: 2002-11-04 15:57:08 $
+ * last change: $Author: rt $ $Date: 2003-04-08 16:32:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -148,7 +148,7 @@ void ScCellShell::GetBlockState( SfxItemSet& rSet )
{
ScTabViewShell* pTabViewShell = GetViewData()->GetViewShell();
ScRange aMarkRange;
- BOOL bSimpleArea = GetViewData()->GetSimpleArea( aMarkRange, TRUE ); //! macht TRUE aerger ?
+ BOOL bSimpleArea = GetViewData()->GetSimpleArea( aMarkRange );
BOOL bOnlyNotBecauseOfMatrix;
BOOL bEditable = pTabViewShell->SelectionEditable( &bOnlyNotBecauseOfMatrix );
ScDocument* pDoc = GetViewData()->GetDocument();
@@ -535,7 +535,7 @@ void ScCellShell::GetState(SfxItemSet &rSet)
case SID_RANGE_ADDRESS:
{
ScRange aRange;
- if ( pViewData->GetSimpleArea( aRange, TRUE ) )
+ if ( pViewData->GetSimpleArea( aRange ) )
{
String aStr;
USHORT nFlags = SCA_VALID | SCA_TAB_3D;