[Libreoffice-commits] core.git: vcl/source
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Mon Oct 7 12:36:32 UTC 2019
vcl/source/outdev/map.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 499bf6fb2f3b948dd36b30d65c53c6733066cc6e
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Sep 18 12:55:11 2019 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Oct 7 15:35:25 2019 +0300
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 at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
(cherry picked from commit dedf3da4d33a51f63006b125991e1d64d70df381)
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 ) \
More information about the Libreoffice-commits
mailing list