ooo-build r14590 - in trunk: . patches/dev300
- From: kyoshida svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14590 - in trunk: . patches/dev300
- Date: Tue, 25 Nov 2008 01:09:40 +0000 (UTC)
Author: kyoshida
Date: Tue Nov 25 01:09:40 2008
New Revision: 14590
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14590&view=rev
Log:
2008-11-24 Kohei Yoshida <kyoshida novell com>
* patches/dev300/calc-dp-filtered-range-fix.diff: updated the patch to
fix additional regression; the 'Star' menu for datapilot was disabled
when selected area was filtered.
Modified:
trunk/ChangeLog
trunk/patches/dev300/calc-dp-filtered-range-fix.diff
Modified: trunk/patches/dev300/calc-dp-filtered-range-fix.diff
==============================================================================
--- trunk/patches/dev300/calc-dp-filtered-range-fix.diff (original)
+++ trunk/patches/dev300/calc-dp-filtered-range-fix.diff Tue Nov 25 01:09:40 2008
@@ -12,3 +12,17 @@
{
BOOL bOK = TRUE;
if ( pDoc->HasSubTotalCells( aRange ) )
+diff --git sc/source/ui/view/viewdata.cxx sc/source/ui/view/viewdata.cxx
+index a16efb5..0dd53be 100644
+--- sc/source/ui/view/viewdata.cxx
++++ sc/source/ui/view/viewdata.cxx
+@@ -774,7 +774,8 @@ BOOL ScViewData::IsMultiMarked()
+ // and taking filtered in simple area marks into account.
+
+ ScRange aDummy;
+- return GetSimpleArea( aDummy) != SC_MARK_SIMPLE;
++ ScMarkType eType = GetSimpleArea(aDummy);
++ return (eType & SC_MARK_SIMPLE) != SC_MARK_SIMPLE;
+ }
+
+ void ScViewData::SetFillMode( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow )
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]