Kaydet (Commit) d9eefff5 authored tarafından Miklos Vajna's avatar Miklos Vajna

loplugin:implicitboolconversion

Change-Id: I5c74d150d5e7e35ef9512e6f07bf370c521b0fec
üst d6521b07
......@@ -512,7 +512,7 @@ void RtfExport::ExportDocument_Impl()
if (pTxtFmtColl && pTxtFmtColl->GetItemState(RES_PARATR_HYPHENZONE, false, &pItem) == SfxItemState::SET)
{
Strm().WriteCharPtr(OOO_STRING_SVTOOLS_RTF_HYPHAUTO);
OutULong(static_cast<const SvxHyphenZoneItem*>(pItem)->IsHyphen());
OutULong(int(static_cast<const SvxHyphenZoneItem*>(pItem)->IsHyphen()));
}
// Zoom
......
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