Kaydet (Commit) 6a30f2a3 authored tarafından Vladimir Glazunov's avatar Vladimir Glazunov

#i10000# some catch-up fixes

üst 56357e8a
...@@ -47,6 +47,8 @@ ...@@ -47,6 +47,8 @@
class ScDPTableDataCache; class ScDPTableDataCache;
class TypedStrData; class TypedStrData;
struct ScQueryParam;
// -------------------------------------------------------------------- // --------------------------------------------------------------------
// //
// base class ScDPTableData to allow implementation with tabular data // base class ScDPTableData to allow implementation with tabular data
......
...@@ -214,7 +214,7 @@ void ScDPCacheTable::fillTable( const ScQueryParam& rQuery, BOOL* pSpecial, ...@@ -214,7 +214,7 @@ void ScDPCacheTable::fillTable( const ScQueryParam& rQuery, BOOL* pSpecial,
// during this call, for this method may be called from the interpretation // during this call, for this method may be called from the interpretation
// of GETPIVOTDATA, which disables nested formula interpretation without // of GETPIVOTDATA, which disables nested formula interpretation without
// increasing the macro level. // increasing the macro level.
MacroInterpretIncrementer aMacroInc(pDoc); MacroInterpretIncrementer aMacroInc(GetCache()->GetDoc());
if ( mpCache == NULL ) if ( mpCache == NULL )
InitNoneCache( NULL ); InitNoneCache( NULL );
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
#include "globstr.hrc" #include "globstr.hrc"
#include <rtl/math.hxx> #include <rtl/math.hxx>
#include "queryparam.hxx"
#include "dpglobal.hxx" #include "dpglobal.hxx"
#include "docoptio.hxx" //for ValidQuery #include "docoptio.hxx" //for ValidQuery
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
// INCLUDE --------------------------------------------------------------- // INCLUDE ---------------------------------------------------------------
#include "scdpoutputimpl.hxx" #include "scdpoutputimpl.hxx"
#include "scitems.hxx" #include "scitems.hxx"
#include <svx/boxitem.hxx> #include <editeng/boxitem.hxx>
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
namespace 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