Kaydet (Commit) 0ea92ad5 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I1d00e975eaf85b5233755abefb952ca1eeacbb4e
Reviewed-on: https://gerrit.libreoffice.org/62630
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst d8469be4
...@@ -1401,7 +1401,7 @@ void AquaSalGraphics::GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY ) ...@@ -1401,7 +1401,7 @@ void AquaSalGraphics::GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY )
rDPIX = mnRealDPIX; rDPIX = mnRealDPIX;
rDPIY = mnRealDPIY; rDPIY = mnRealDPIY;
#else #else
// This *must* be 96 or else the iOS app will behave very nadly (tiles are scaled wrongly and // This *must* be 96 or else the iOS app will behave very badly (tiles are scaled wrongly and
// don't match each others at their boundaries, and other issues). But *why* it must be 96 I // don't match each others at their boundaries, and other issues). But *why* it must be 96 I
// have no idea. The commit that changed it to 96 from (the arbitrary) 200 did not say. If you // have no idea. The commit that changed it to 96 from (the arbitrary) 200 did not say. If you
// know where else 96 is explicitly or implicitly hard-coded, please modify this comment. // know where else 96 is explicitly or implicitly hard-coded, please modify this comment.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment