diff options
Diffstat (limited to 'sc/qa/unit/ucalc_pivottable.cxx')
-rw-r--r-- | sc/qa/unit/ucalc_pivottable.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/qa/unit/ucalc_pivottable.cxx b/sc/qa/unit/ucalc_pivottable.cxx index d62a6cb3b9d0..f455152da133 100644 --- a/sc/qa/unit/ucalc_pivottable.cxx +++ b/sc/qa/unit/ucalc_pivottable.cxx @@ -8,7 +8,9 @@ */ #include <memory> +#include <sal/types.h> #include "ucalc.hxx" +#include "helper/qahelper.hxx" #include <dpshttab.hxx> #include <dpobject.hxx> #include <dpsave.hxx> @@ -27,8 +29,8 @@ #include <com/sun/star/sheet/DataPilotFieldReference.hpp> #include <com/sun/star/sheet/DataPilotFieldReferenceType.hpp> #include <com/sun/star/sheet/DataPilotFieldReferenceItemType.hpp> -#include <com/sun/star/sheet/GeneralFunction.hpp> -#include <com/sun/star/sheet/GeneralFunction2.hpp> + +using namespace ::com::sun::star; namespace { |