summaryrefslogtreecommitdiff
path: root/vcl/source/window/printdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/printdlg.cxx')
-rw-r--r--vcl/source/window/printdlg.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx
index 6aef0dbafd69..07c26f5c24ab 100644
--- a/vcl/source/window/printdlg.cxx
+++ b/vcl/source/window/printdlg.cxx
@@ -1164,11 +1164,7 @@ void PrintDialog::setupOptionalUI()
}
else
{
- OStringBuffer sMessage;
- sMessage.append("Unsupported UI option: \"");
- sMessage.append(OUStringToOString(aCtrlType, RTL_TEXTENCODING_UTF8));
- sMessage.append('"');
- OSL_FAIL( sMessage.getStr() );
+ SAL_WARN( "vcl", "Unsupported UI option: \"" << aCtrlType << '"');
}
}