diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/test/sheet/xdatapilotdescriptor.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/test/sheet/xdatapilotdescriptor.hxx b/include/test/sheet/xdatapilotdescriptor.hxx index 9186b52ebb8f..5e4e7c62da87 100644 --- a/include/test/sheet/xdatapilotdescriptor.hxx +++ b/include/test/sheet/xdatapilotdescriptor.hxx @@ -16,6 +16,7 @@ #include <test/testdllapi.hxx> +#include <cstddef> #include <vector> namespace apitest { @@ -41,7 +42,7 @@ protected: private: static void testGetDataPilotFields_Impl( css::uno::Reference< css::sheet::XDataPilotDescriptor > const & xDescr ); - static void checkName( css::uno::Reference< css::container::XIndexAccess > const & xIndex, sal_Int32 nIndex ); + static void checkName( css::uno::Reference< css::container::XIndexAccess > const & xIndex, std::size_t nIndex ); static std::vector<OUString> maFieldNames; }; |