diff options
Diffstat (limited to 'sc/source/ui/inc/dbdocfun.hxx')
-rw-r--r-- | sc/source/ui/inc/dbdocfun.hxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sc/source/ui/inc/dbdocfun.hxx b/sc/source/ui/inc/dbdocfun.hxx index 79956e573e4a..b7beda90392c 100644 --- a/sc/source/ui/inc/dbdocfun.hxx +++ b/sc/source/ui/inc/dbdocfun.hxx @@ -33,8 +33,6 @@ #include <tools/solar.h> #include <com/sun/star/uno/Sequence.hxx> -#include <set> - class String; struct ScImportParam; @@ -104,12 +102,10 @@ public: bool bRecord, bool bApi, bool bAllowMove = false ); /** - * Refresh multiple pivot tables that reference the same pivot cache. - * Before calling this method, the caller must take care of reloading the - * cache and providing the correct pivot table objects referencing the - * cache. + * Reload the referenced pivot cache, and refresh all pivot tables that + * reference the cache. */ - void RefreshPivotTables(std::set<ScDPObject*>& rRefs, bool bRecord, bool bApi); + sal_uLong RefreshPivotTables(ScDPObject* pDPObj, bool bRecord, bool bApi); }; |