summaryrefslogtreecommitdiff
path: root/include/vcl/outdevmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/outdevmap.hxx')
-rw-r--r--include/vcl/outdevmap.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/vcl/outdevmap.hxx b/include/vcl/outdevmap.hxx
index c6494f0650a0..e195753892c7 100644
--- a/include/vcl/outdevmap.hxx
+++ b/include/vcl/outdevmap.hxx
@@ -22,20 +22,20 @@
struct ImplMapRes
{
- long mnMapOfsX; // Offset in X direction
- long mnMapOfsY; // Offset in Y direction
- long mnMapScNumX; // Scaling factor - numerator in X direction
- long mnMapScNumY; // Scaling factor - numerator in Y direction
- long mnMapScDenomX; // Scaling factor - denominator in X direction
- long mnMapScDenomY; // Scaling factor - denominator in Y direction
+ tools::Long mnMapOfsX; // Offset in X direction
+ tools::Long mnMapOfsY; // Offset in Y direction
+ tools::Long mnMapScNumX; // Scaling factor - numerator in X direction
+ tools::Long mnMapScNumY; // Scaling factor - numerator in Y direction
+ tools::Long mnMapScDenomX; // Scaling factor - denominator in X direction
+ tools::Long mnMapScDenomY; // Scaling factor - denominator in Y direction
};
struct ImplThresholdRes
{
- long mnThresLogToPixX; // Thresholds for calculation
- long mnThresLogToPixY; // with BigInts
- long mnThresPixToLogX; // ""
- long mnThresPixToLogY; // ""
+ tools::Long mnThresLogToPixX; // Thresholds for calculation
+ tools::Long mnThresLogToPixY; // with BigInts
+ tools::Long mnThresPixToLogX; // ""
+ tools::Long mnThresPixToLogY; // ""
};
#endif // INCLUDED_VCL_OUTDEVMAP_HXX