diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-03-30 10:25:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-03-30 16:34:36 +0200 |
commit | 910251c05059d0c31d9556f6c8e8dbffc8998f89 (patch) | |
tree | d3b091fbd9abbc722e452195bf76eb81cde37f14 /include/vcl/mapmod.hxx | |
parent | 0b9892fee990b7f6d0457ab6191f87c3991580e6 (diff) |
use the device dpi
Change-Id: I8762e84a34a116778bd0bced706d631db4761a01
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132302
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/mapmod.hxx')
-rw-r--r-- | include/vcl/mapmod.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/mapmod.hxx b/include/vcl/mapmod.hxx index 9d14fe60ae79..591db8d8c1c0 100644 --- a/include/vcl/mapmod.hxx +++ b/include/vcl/mapmod.hxx @@ -83,7 +83,7 @@ inline std::basic_ostream<charT, traits> & operator <<( return rStream; } -bool TooLargeScaleForMapMode(const Fraction& rScale); +bool TooLargeScaleForMapMode(const Fraction& rScale, int nDPI); #endif // INCLUDED_VCL_MAPMOD_HXX |