summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-09-18 12:55:11 +0300
committerTor Lillqvist <tml@collabora.com>2019-10-07 15:35:25 +0300
commit499bf6fb2f3b948dd36b30d65c53c6733066cc6e (patch)
tree9ae83ab1e85e620c603821cb429147afacc1b8aa
parent66559398841e07d9b2d0120cacb70bf6c9814a36 (diff)
Drop some useless warnings that we get hundreds of
Change-Id: Ie83b4ad7a7ab1c26ff081f70ad98eb39a04f1015 (cherry picked from commit 7dd803da92d9b2ff36ded57ea22fbb41ef1db28f) Reviewed-on: https://gerrit.libreoffice.org/79253 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> (cherry picked from commit dedf3da4d33a51f63006b125991e1d64d70df381)
-rw-r--r--vcl/source/outdev/map.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/outdev/map.cxx b/vcl/source/outdev/map.cxx
index 18a015ce5129..6182541e19ff 100644
--- a/vcl/source/outdev/map.cxx
+++ b/vcl/source/outdev/map.cxx
@@ -1486,10 +1486,6 @@ static void verifyUnitSourceDest( MapUnit eUnitSource, MapUnit eUnitDest )
&& eUnitDest != MapUnit::MapAppFont
&& eUnitDest != MapUnit::MapRelative,
"Destination MapUnit is not permitted" );
- SAL_WARN_IF( eUnitSource == MapUnit::MapPixel, "vcl.gdi",
- "MapUnit::MapPixel approximated with 72dpi" );
- SAL_WARN_IF( eUnitDest == MapUnit::MapPixel, "vcl.gdi",
- "MapUnit::MapPixel approximated with 72dpi" );
}
#define ENTER3( eUnitSource, eUnitDest ) \