summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-09-18 12:55:11 +0300
committerTor Lillqvist <tml@collabora.com>2019-09-20 15:51:37 +0200
commitdedf3da4d33a51f63006b125991e1d64d70df381 (patch)
treec7ba97d8949620fc3f3c24ce22f6a85b80843fd4
parenttdf#126966: The share/palette folder was missing from the iOS app (diff)
downloadcore-dedf3da4d33a51f63006b125991e1d64d70df381.tar.gz
core-dedf3da4d33a51f63006b125991e1d64d70df381.zip
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>
-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 9447bf80532c..57969ec5758c 100644
--- a/vcl/source/outdev/map.cxx
+++ b/vcl/source/outdev/map.cxx
@@ -1488,10 +1488,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 ) \