Kaydet (Commit) db33749b authored tarafından Caolán McNamara's avatar Caolán McNamara

drop warning we're going to do nothing about

Change-Id: I44cc4b3c4f1af21e0d7a2a0914a5e84a6f4453d7
Reviewed-on: https://gerrit.libreoffice.org/70605
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst a62eacac
...@@ -692,10 +692,6 @@ void OutputDevice::SetMapMode( const MapMode& rNewMapMode ) ...@@ -692,10 +692,6 @@ void OutputDevice::SetMapMode( const MapMode& rNewMapMode )
if ( mpMetaFile ) if ( mpMetaFile )
{ {
mpMetaFile->AddAction( new MetaMapModeAction( rNewMapMode ) ); 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 // do nothing if MapMode was not changed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment