summaryrefslogtreecommitdiff
path: root/sc/inc/dpresfilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/dpresfilter.hxx')
-rw-r--r--sc/inc/dpresfilter.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/dpresfilter.hxx b/sc/inc/dpresfilter.hxx
index 101b781e8c5e..2f283837200a 100644
--- a/sc/inc/dpresfilter.hxx
+++ b/sc/inc/dpresfilter.hxx
@@ -11,6 +11,7 @@
#define INCLUDED_SC_INC_DPRESFILTER_HXX
#include <rtl/ustring.hxx>
+#include <tools/long.hxx>
#include "calcmacros.hxx"
#include <memory>
@@ -133,8 +134,8 @@ struct ScDPResultFilterContext
{
ScDPResultTree maFilterSet;
std::vector<ScDPResultFilter> maFilters;
- long mnCol;
- long mnRow;
+ tools::Long mnCol;
+ tools::Long mnRow;
ScDPResultFilterContext();
};