vcl/source/outdev/map.cxx | 4 ---- 1 file changed, 4 deletions(-) New commits: commit db33749b509405f7dcec1ac8778c0226a14572e7 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Thu Apr 11 16:57:52 2019 +0100 Commit: Caolán McNamara <caol...@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 <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits