summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-18 10:37:48 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-18 10:37:48 +0000
commit3ebd13c1ff743994dc85028aecc060e2e8f2ddb2 (patch)
treeb1c9eca8db34f84a55bbc974f0049cd8c8de8ff1 /sc/source/ui/pagedlg
parent5af6931fe5ae2de8b49443829ea2d0a40690fb23 (diff)
INTEGRATION: CWS filteredrows (1.14.308); FILE MERGED
2008/03/19 18:31:52 er 1.14.308.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection
Diffstat (limited to 'sc/source/ui/pagedlg')
-rw-r--r--sc/source/ui/pagedlg/areasdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/pagedlg/areasdlg.cxx b/sc/source/ui/pagedlg/areasdlg.cxx
index 1e0520015ecc..641fa97d1685 100644
--- a/sc/source/ui/pagedlg/areasdlg.cxx
+++ b/sc/source/ui/pagedlg/areasdlg.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: areasdlg.cxx,v $
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
* This file is part of OpenOffice.org.
*
@@ -412,7 +412,7 @@ void ScPrintAreasDlg::Impl_FillLists()
BOOL bSimple = TRUE;
if ( pViewData )
- bSimple = pViewData->GetSimpleArea( aRange );
+ bSimple = (pViewData->GetSimpleArea( aRange ) == SC_MARK_SIMPLE);
if ( bSimple )
aRange.Format( aStrRange, SCR_ABS, pDoc );