[Libreoffice-commits] core.git: vcl/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Apr 12 07:56:41 UTC 2019
vcl/source/outdev/map.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit db33749b509405f7dcec1ac8778c0226a14572e7
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Apr 11 16:57:52 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Apr 12 09:53:32 2019 +0200
drop warning we're going to do nothing about
Change-Id: I44cc4b3c4f1af21e0d7a2a0914a5e84a6f4453d7
Reviewed-on: https://gerrit.libreoffice.org/70605
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/source/outdev/map.cxx b/vcl/source/outdev/map.cxx
index 0c8292b3dd93..60da88618fba 100644
--- a/vcl/source/outdev/map.cxx
+++ b/vcl/source/outdev/map.cxx
@@ -692,10 +692,6 @@ void OutputDevice::SetMapMode( const MapMode& rNewMapMode )
if ( mpMetaFile )
{
mpMetaFile->AddAction( new MetaMapModeAction( rNewMapMode ) );
-#ifdef DBG_UTIL
- if ( GetOutDevType() != OUTDEV_PRINTER )
- SAL_WARN_IF( !bRelMap, "vcl.gdi", "Please record only relative MapModes!" );
-#endif
}
// do nothing if MapMode was not changed
More information about the Libreoffice-commits
mailing list