summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/svmconverter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/svmconverter.cxx')
-rw-r--r--vcl/source/gdi/svmconverter.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/vcl/source/gdi/svmconverter.cxx b/vc
br/>index 049479961bef..56fa5330b363 100644
--- a/vcl/source/gdi/svmconverter.cxx
+++ b/vcl/source/gdi/svmconverter.cxx
@@ -2573,14 +2573,7 @@ sal_uLong SVMConverter::ImplWriteActions( SvStream& rOStm, GDIMetaFile& rMtf,
break;
default:
-#ifdef DBG_UTIL
- {
- OStringBuffer aStr("Missing implementation for Action#: ");
- aStr.append(static_cast<sal_Int32>(pAction->GetType()));
- aStr.append('!');
- OSL_FAIL(aStr.getStr());
- }
-#endif
+ SAL_WARN( "vcl", "Missing implementation for Action#: " << static_cast<sal_Int32>(pAction->GetType()) );
break;
}
}