summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-04-11 16:57:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-04-12 09:53:32 +0200
commitdb33749b509405f7dcec1ac8778c0226a14572e7 (patch)
treebd45695d868f6e24bcc4027477a096b5a3bb1f35 /vcl
parenta62eacace46f5057f5b771448a0d0c443d3a4ea3 (diff)
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@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-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 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