Kaydet (Commit) db9ee8d9 authored tarafından sb's avatar sb

sb118: merged in DEV300_m76

......@@ -47,6 +47,8 @@
class ScDPTableDataCache;
class TypedStrData;
struct ScQueryParam;
// --------------------------------------------------------------------
//
// base class ScDPTableData to allow implementation with tabular data
......
......@@ -214,7 +214,7 @@ void ScDPCacheTable::fillTable( const ScQueryParam& rQuery, BOOL* pSpecial,
// during this call, for this method may be called from the interpretation
// of GETPIVOTDATA, which disables nested formula interpretation without
// increasing the macro level.
MacroInterpretIncrementer aMacroInc(pDoc);
MacroInterpretIncrementer aMacroInc(GetCache()->GetDoc());
if ( mpCache == NULL )
InitNoneCache( NULL );
......
......@@ -37,6 +37,7 @@
#include "globstr.hrc"
#include <rtl/math.hxx>
#include "queryparam.hxx"
#include "dpglobal.hxx"
#include "docoptio.hxx" //for ValidQuery
......
......@@ -34,7 +34,7 @@
// INCLUDE ---------------------------------------------------------------
#include "scdpoutputimpl.hxx"
#include "scitems.hxx"
#include <svx/boxitem.hxx>
#include <editeng/boxitem.hxx>
// -----------------------------------------------------------------------
namespace
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment