summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap/BitmapFilterStackBlur.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/bitmap/BitmapFilterStackBlur.cxx')
-rw-r--r--vcl/source/bitmap/BitmapFilterStackBlur.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/source/bitmap/BitmapFilterStackBlur.cxx b/vcl/source/bitmap/BitmapFilterStackBlur.cxx
index 66645077eb0f..9bf4b810ac60 100644
--- a/vcl/source/bitmap/BitmapFilterStackBlur.cxx
+++ b/vcl/source/bitmap/BitmapFilterStackBlur.cxx
@@ -74,12 +74,12 @@ struct BlurArrays
BlurSharedData maShared;
std::vector<sal_uInt8> maStackBuffer;
- std::vector<long> maPositionTable;
- std::vector<long> maWeightTable;
+ std::vector<tools::Long> maPositionTable;
+ std::vector<tools::Long> maWeightTable;
- std::vector<long> mnSumVector;
- std::vector<long> mnInSumVector;
- std::vector<long> mnOutSumVector;
+ std::vector<tools::Long> mnSumVector;
+ std::vector<tools::Long> mnInSumVector;
+ std::vector<tools::Long> mnOutSumVector;
BlurArrays(BlurSharedData const& rShared)
: maShared(rShared)