summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-09-14 15:36:20 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-09-14 16:05:57 -0400
commitfb1e454e7fa513f6b9d667a32da4aacf185f067a (patch)
tree045b1f0cb4c96fbbf05b16492f7b73b163048bf7 /sc
parentCheck the source range when refreshing, and abort refresh if invalid. (diff)
downloadcore-fb1e454e7fa513f6b9d667a32da4aacf185f067a.tar.gz
core-fb1e454e7fa513f6b9d667a32da4aacf185f067a.zip
Don't always set refresh flag on export. This is a bad hack.
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/xepivot.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/filter/excel/xepivot.cxx b/sc/source/filter/excel/xepivot.cxx
index 3c405d813adf..93e353e445fe 100644
--- a/sc/source/filter/excel/xepivot.cxx
+++ b/sc/source/filter/excel/xepivot.cxx
@@ -669,9 +669,6 @@ XclExpPivotCache::XclExpPivotCache( const XclExpRoot& rRoot, const ScDPObject& r
if( 2 * (nDocRow2 - nDocRow1) < (nSrcRow2 - nSrcRow1) )
::set_flag( maPCInfo.mnFlags, EXC_SXDB_SAVEDATA, false );
- // Excel must refresh tables to make drilldown working
- ::set_flag( maPCInfo.mnFlags, EXC_SXDB_REFRESH_LOAD );
-
// adjust row indexes, keep one row of empty area to surely have the empty cache item
if( nSrcRow1 < nDocRow1 )
nSrcRow1 = nDocRow1 - 1;